WordPress 7.1 is weeks away, and Beta 3, released July 22, 2026, is the clearest signal yet of what the final release will look like. The scheduled launch date is August 19, 2026, which means this beta is about polish and stability, not new headline features. For AI plugins and the site owners who depend on them, that is exactly what matters.
Beta 1 introduced the big AI additions: wp_knowledge, the new content type that gives AI tools a structured home for your site’s guidelines and memory, plus the Abilities API and AI Client that let plugins call models safely. Beta 2 arrived a week later as part of the WordPress 7.0.2 security release. Beta 3 tells us those foundations are holding. More than 71 issues have been closed since Beta 1, and the release team is now hardening details instead of redesigning them.
Here is what changed in Beta 3, what it means for the AI plugins on your site, and how to test the release safely without risking anything.
What’s Actually New in Beta 3
Beta 3 is a stabilization release, but it includes a few changes you will notice, especially if you do a lot of styling work or upload media frequently.
Applying Local Styles Globally Is Now a Choice, Not a Gamble
The Apply globally option in the block inspector previously worked all-or-nothing: either every local style change went site-wide, or none did. Beta 3 replaces that with a quick review step. You now pick which modified styles get applied globally while the rest stay as local overrides. For anyone running AI-assisted design tools that generate block styles, this removes a common source of accidental site-wide changes.
Media Upload Fixes That Matter More Than They Sound
Three media bugs are fixed in Beta 3. Long animated GIF uploads no longer hang the uploader. Images rotated via EXIF metadata are now processed with the correct orientation. And uploading a single HEIC image in Safari no longer creates two entries in your media library. Small fixes, but they remove real friction if your site handles lots of images, which most AI-enhanced sites do.
Editor and Developer Housekeeping
The editor gets additional fixes for Notes, responsive styling, and custom CSS. WordPress Coding Standards is updated to version 3.4.0 for developers. And one notable decision: Unicode email address support will not ship in 7.1. That work moves to a community plugin so compatibility, security, and data-handling concerns can be tested more broadly.

What Beta 3 Means for AI Plugins
The AI story of WordPress 7.1 was written in Beta 1. Beta 3 confirms that the core team is not changing course, which is good news for plugin developers and site owners alike.
wp_knowledge ships with three built-in subtypes: Guideline for brand and editorial rules, Memory for approved context that persists across AI sessions, and Note for private working text that is not surfaced to AI by default. AI plugins can read and write this data through the REST API at /wp/v2/knowledge, so different tools can share the same source of truth about your site. Our earlier breakdown of WordPress 7.1 Beta 1 covers each subtype in detail.
Beyond the core AI stack, the surrounding infrastructure is maturing. The AI Connector UI is being revamped to manage permissions and AI requests more clearly. DataViews are migrating to the new Design System Primitives. Plugin developers get a new server-side REST endpoint to register their own view and form configurations in the Site Editor. And with the MCP Adapter in the ecosystem, external AI agents can operate WordPress sites natively and safely, which is the direction the platform is clearly committed to.
For site owners, the practical takeaway is simple. The APIs your AI plugins will build on are stable now, so the plugin updates you see after August 19 should be compatibility passes, not rewrites. If you are thinking about adding AI tools, or if you already use them, this release removes most of the guesswork. If your plugins depend on wp_knowledge, this is also a good moment to review what content belongs in Guidelines versus Memory, and we have a guide on adding an AI-generated content flag that pairs well with those editorial rules.

How to Test WordPress 7.1 Beta 3 Safely
Do not install Beta 3 on a production site. It is intended for testing and development only. Instead, use one of these four supported methods:
1. WordPress Beta Tester Plugin
Install the WordPress Beta Tester plugin on a test installation, select the Bleeding edge channel, and choose the Beta/RC Only stream. You will get Beta 3 and future release candidates automatically.
2. Direct Download
Download the Beta 3 zip from wordpress.org and install it on a staging site or local environment.
3. WP-CLI
If you manage sites from the command line, run wp core update --version=7.1-beta3 on a test environment.
4. WordPress Playground
The fastest option. WordPress Playground runs a 7.1 Beta 3 instance directly in your browser with no setup. You can click around the editor, test blocks, and even try an AI plugin without touching a server.
If you run AI plugins, spend your test time on the things that changed: create a wp_knowledge entry and confirm your AI tool can read it, test a media upload including a GIF and an HEIC, and try the new Apply globally review step in the block inspector. Report anything broken in the Alpha/Beta area of the support forums or as a Trac ticket. Testing is the only reason these betas exist, and the 7.1 release party schedule is counting on community feedback before August 19.

What to Expect on August 19
The final WordPress 7.1 release is scheduled for August 19, 2026, with the launch happening at WordCamp US 2026 (August 16 to 19). Between now and then, expect release candidates with bug fixes only. Feature work is frozen, so what you see in Beta 3 is essentially the feature set of 7.1, minus whatever gets pulled for stability reasons.
After the release, plan your update order. Let WordPress core update first, then give AI plugin developers a few days to push compatibility updates, then update your plugins. If you host AI-heavy sites, make sure your host can handle the update smoothly. We compared the best WordPress hosting for beginners if you are evaluating options before the big release.
Common Mistakes
Every beta cycle produces the same avoidable mistakes. Skip these:
- Testing the beta on your live site. One bad beta can take down a production site, and AI plugins multiply the risk because they touch more moving parts. Use staging or Playground, period.
- Assuming beta features are final. Anything can be pulled before August 19. Do not rebuild your workflow around a beta feature until the release candidate lands.
- Updating AI plugins before core settles. If you update plugins the same day core ships, you are testing compatibility yourself. Wait a few days for developers to push fixes.
- Ignoring wp_knowledge if you use AI tools. The plugins you use now will start reading site guidelines from wp_knowledge after the release. If your guidelines are scattered across old plugins, clean them up now so your AI tools start with accurate context.
- Skipping backups before the update. Even stable releases occasionally surprise. Take a full backup before updating core, then update in a maintenance window.
Check out our hosting comparison, with picks that keep AI-powered sites fast and update-ready for releases like 7.1.
No. Beta 3 is for testing and development only. Install it on a staging site, a local environment, or WordPress Playground. Do not run it on a production or mission-critical website.
The scheduled final release date is August 19, 2026, with the launch happening at WordCamp US 2026. Between now and then, only bug fixes are expected in release candidates.
Most should, because the AI APIs introduced in Beta 1, including wp_knowledge, the Abilities API, and the AI Client, are stable in Beta 3. Test your plugins in staging after the release, and wait a few days for developers to push compatibility updates before updating on your live site.
The headline additions are wp_knowledge, a new content type that stores AI guidelines, memory, and notes, plus the Abilities API and AI Client that give plugins a standardized way to work with AI models. Beta 3 hardens these foundations and fixes editor and media issues.
Use WordPress Playground for a zero-setup browser test, or the WordPress Beta Tester plugin, a direct download, or WP-CLI on a staging site. Never test on production.
Final Thoughts
WordPress 7.1 is the release where AI stops being an add-on and becomes part of the platform. Beta 3 confirms the direction: stable APIs, cleaner editor behavior, and fewer surprises at launch. For site owners, the move is simple. Test in staging, let the release candidates do their job, and update your AI plugins a few days after August 19 rather than the same day.
The sites that win with AI on WordPress are the ones with clean foundations. That means a host that can keep up with AI workloads, a staging workflow you actually use, and guidelines in wp_knowledge that your tools can read. Nail those three things and the 7.1 update is the easy part.

