Back to articles
WordPress 7.0 Ships a Built-In AI Client — Here's How We're Already Using It

WordPress 7.0 Ships a Built-In AI Client — Here's How We're Already Using It

via Dev.to Webdevabdelali Selouani

WordPress 7.0 drops on April 9, 2026, and for the first time ever, WordPress Core ships with a built-in AI Client. Not a plugin. Not a SaaS bolt-on. A provider-agnostic PHP API baked into Core that lets any plugin talk to any AI model through one unified interface. We've been building PressArk — an AI co-pilot that lives inside your wp-admin dashboard — for the past year. When we saw the WordPress 7.0 AI Client proposal land, we immediately started thinking about what it means for plugins like ours, and for the WordPress AI ecosystem in general. Here's what's actually changing, and what we learned adapting to it. What the WordPress 7.0 AI Client Actually Is The new wp_ai_client_prompt() function is the single entry point. It returns a WP_AI_Client_Prompt_Builder instance — WordPress-flavored with snake_case methods, WP_Error returns, and integration with the Connectors API. The key design decision: WordPress Core ships zero AI providers . Instead, providers (OpenAI, Anthropic, Google)

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
6 views

Related Articles