---
title: "WordPress 7’s New AI Features Explained: The AI Client and Abilities API"
url: https://theplusaddons.com/blog/wordpress-7-ai-features/
date: 2026-06-11
modified: 2026-06-11
author: "Aditya Sharma"
description: "WordPress 7.0 \"Armstrong\" shipped on May 20, 2026 with a long list of new features, but the one that actually changes what WordPress is does not show up as a..."
image: https://theplusaddons.com/wp-content/uploads/2026/06/r8gl7o-1024x538.jpg
word_count: 1188
---

# WordPress 7’s New AI Features Explained: The AI Client and Abilities API

WordPress 7.0 "Armstrong" shipped on May 20, 2026 with a long list of new features, but the one that actually changes what WordPress is does not show up as a new block or a fresh dashboard color. For the first time, WordPress can talk to AI models natively, out of the box, through code that ships in core.

If you build on Elementor, that shift is worth understanding even if you never plan to write a line of PHP, because the plugins you rely on are about to start using it.

This is the calm version of what the new AI Client and Abilities API are, what they do, and what they mean for your site.

Table Of Contents

## The Big Shift: WordPress Has AI in Core Now

WordPress used to leave AI entirely to plugins. Every tool that wanted to generate text, create an image, or run an automation had to ship its own integration, its own API key handling, and its own way of talking to OpenAI or Anthropic or Google.

WordPress 7.0 changes that by moving the plumbing into core. There is now a shared AI layer any plugin can use, and a shared way for AI tools to understand what your site can do. The WordPress AI team has been building this in the open, and 7.0 is where it lands for everyone.

![The WordPress AI team page on make.wordpress.org](https://theplusaddons.com/wp-content/uploads/2026/06/5Nh77wmsux2Xx-sCxglPVBbco6vDy639GNxgK-L30yLGRLI6NgGJM3aX8xrmiwOlg5GivZ4I1bfxTdpt1QxPkg-scaled.png)The WordPress AI team has built the new AI layer in the open. Source: make.wordpress.org/ai

## What the AI Client Actually Is

The AI Client is, in WordPress's own words, "a provider-agnostic PHP API that lets plugins send prompts to AI models and receive results through a consistent interface." In plain terms, it is one standard way for plugins to ask an AI model to do something, instead of a dozen competing ones.

- **You set up providers once.** Site admins configure AI providers under Settings, Connectors, and every plugin uses those connections. No more pasting the same API key into five plugins.

- **It is provider-agnostic.** WordPress bundles three official providers as separate plugins: Anthropic, Google, and OpenAI. You pick the provider; the plugin code does not care which one you chose.

- **Developers get one entry point.** The function wp_ai_client_prompt() returns a WP_AI_Client_Prompt_Builder, a fluent builder that chains into methods like generate_text() or generate_image().

- **It is not just text.** The client supports text, images, text-to-speech, speech, video, structured JSON responses, and multimodal output, with feature detection so a plugin can handle a provider that does not support something.

![Introducing the AI Client in WordPress 7.0 announcement on Make WordPress Core](https://theplusaddons.com/wp-content/uploads/2026/06/XOUuqiENBUgPVmQsx3nndUgeJwvt0Ii3LmmbWQw2UkDcMHzTxRayyzSO7rTEP9Gi_IilQi5EYlPMGVRluGFwQ-scaled.png)WordPress 7.0 introduces a provider-agnostic AI Client in core. Source: Make WordPress Core

There is also a JavaScript package, wp-ai-client, for client-side work over REST. The takeaway for a non-developer: the messy part of AI integration just became a shared service instead of something every plugin reinvents.

## The Abilities API: How AI Learns What Your Site Can Do

If the AI Client is how WordPress talks to AI, the Abilities API is how AI understands WordPress. Introduced in WordPress 6.9 and first published on December 3, 2025, it "provides a standardized way to register and discover distinct units of functionality within a WordPress site," called Abilities.

Each ability is registered with wp_register_ability() and carries a unique namespace and ability-name, a human-readable name and description, input and output definitions written as JSON Schema, a category, optional permissions, and a callback that does the actual work.

That structure is the point, because it is machine-readable. An AI agent, an automation tool, or another plugin can read the registry, understand exactly what your site can do and what each action expects, and then execute it "safely within the bounds of WordPress permissions and validation rules."

![WordPress Abilities API documentation in the developer handbook](https://theplusaddons.com/wp-content/uploads/2026/06/y1UvNC2JjdjyYTRKsjXwJYK1N0tXO9TV4oc3jwAGZ_X7k40t8P8ZmBoBjZ50pIEddnReTXnAO5wfdbPZp180Tg-scaled.png)The Abilities API registers machine-readable site capabilities that AI agents can discover. Source: WordPress Developer Handbook

WordPress 7.0 adds a client-side JavaScript counterpart to this, which is part of what powers the new command palette you open with Cmd+K or Ctrl+K.

## Why This Matters Even If You Never Touch Code

For most site owners the payoff is indirect but real. The plugins you already use can add AI features without each one reinventing the wheel. You manage providers and keys in one place instead of ten. And because every ability is permission-scoped, an AI action can only do what the current user is actually allowed to do. That last part matters more than it sounds: a shared, permission-aware layer is safer than a dozen plugins each wiring up their own AI access in their own way.

## How It Connects to Elementor and MCP

This is the same direction Elementor has been moving with its own MCP work. If you have read our explainer on [the Elementor MCP](https://theplusaddons.com/blog/what-is-the-elementor-mcp/) or [what an MCP server in WordPress is](https://theplusaddons.com/blog/what-is-mcp-server-wordpress/), the Abilities API is the core-level version of that idea: a standard, discoverable way for AI to operate your site. The same thinking shows up in [WebMCP for WordPress](https://theplusaddons.com/blog/webmcp-wordpress/). The Plus Addons for Elementor lives in this world too, as part of a stack that has to stay current as WordPress turns AI-native.

## The AEO Angle: If AI Can Read Your Site, It Can Cite It

There is a marketing read on all of this, not just a developer one. The whole industry is moving toward AI agents that read, understand, and act on websites, and answer engines like [Google's AI Overview](https://theplusaddons.com/blog/google-ai-overview-wordpress/) that decide which sites to cite.

WordPress making its own capabilities machine-readable is that same trend pointed inward. If you care whether ChatGPT, Perplexity, and Google's AI surfaces mention your site, that is [answer engine optimization](https://theplusaddons.com/blog/generative-engine-optimization-wordpress/), and it pairs naturally with getting your [schema markup ready for AI citations](https://theplusaddons.com/blog/schema-markup-ai-citations-wordpress/).

Tools like [RankReady](https://store.posimyth.com/plugins/rankready/) exist to measure and improve exactly that.

![RankReady AI and LLM SEO plugin store page on POSIMYTH](https://theplusaddons.com/wp-content/uploads/2026/06/8WgYE9f3G0OCsczGyx7GpDGtLV-vRnrXVlAHDdSPJYmpupByPjkf2IdaWUDVmERVvsvw-KDJigV-TLp4EAITw-scaled.png)If AI can read your site, answer engine optimization is how you get cited. RankReady measures it.

## Should You Do Anything Right Now?

For most sites, the honest answer is the same as our take on [whether to update to WordPress 7 at all](https://theplusaddons.com/blog/wordpress-7-update-elementor/): there is nothing to rush. The AI Client and Abilities API are foundations that plugins will build on over the coming months, not switches you flip today.

If you are a developer, explore them on a staging copy. If you run a business site, the move is to keep your stack current and let your plugins adopt the new layer as they ship support.

## Wrapping Up

WordPress 7 quietly turned WordPress into an AI-native platform. The AI Client gives plugins one clean way to use AI, and the Abilities API gives AI one clean way to use your site, safely and within permissions.

You do not have to do anything today, but it is worth understanding where the platform is going, because the plugins on your Elementor site are about to start speaking this language.

When you are ready to build on a stack that keeps pace with WordPress, explore the full [Elementor widget library](https://theplusaddons.com/elementor-widget/) from The Plus Addons for Elementor.

[Explore The Plus Addons for Elementor](https://theplusaddons.com/pricing/)

## Suggested Reading

- [WordPress 7 Is Here: Should You Update Your Elementor Site Yet?](https://theplusaddons.com/blog/wordpress-7-update-elementor/)

- [What Is the Elementor MCP?](https://theplusaddons.com/blog/what-is-the-elementor-mcp/)

- [What Is an MCP Server in WordPress?](https://theplusaddons.com/blog/what-is-mcp-server-wordpress/)

- [WebMCP for WordPress, Explained](https://theplusaddons.com/blog/webmcp-wordpress/)

- [How to Show Up in Google's AI Overview](https://theplusaddons.com/blog/google-ai-overview-wordpress/)