Juan Manuel's local community (100 miles):
View more posts on the website
WordPress 7.0 introduces a built-in AI Client, allowing users to connect it with local instances like Ollama. This guide details setup, the wp_ai_client_prompt() API, and common pitfalls to avoid. Key aspects include plugin installation, model verification, debugging silent failures, and ensuring appropriate hook priorities for effective integration.
I have around 300 folders under my PROJECTS/2026 folder (and we’re only in March!) combining repos I clone just for exploration, quick demos and working folders. And it happens a lot to me that I don’t remember the exact name of the current folder names I’m working on. What I find super useful in different […]
WordPress 6.9 introduces assertEqualHTML(), a PHPUnit assertion that compares HTML semantically — so tests no longer break over attribute ordering or whitespace. I wrote about it for the WordPress Developer Blog.