STAGING ENVIRONMENTDebug log is enabled by default for testing — PHP warning & notice errors will appear on the screen.

WordPress 7.0 Released: AI Tools, Changes, and What to Expect

WordPress 7.0 Released AI Tools, Changes, and What to Expect

WordPress 7.0 was released on May 20, 2026, marking the beginning of Gutenberg Phase 3 and the most significant update to the platform since the block editor shipped in 2018. The release was originally planned for April 9 at WordCamp Asia in Mumbai.

The core team delayed it by six weeks after discovering a critical architectural issue in the real-time collaboration system. The fix required building a dedicated database table from scratch.

The update merges Gutenberg plugin versions 22.0 through 22.6 into core and ships across a wide range of features, including AI infrastructure, editor improvements, a redesigned admin experience, new blocks, and developer APIs.

New AI Tools and Features in WordPress 7.0

WordPress 7.0 is a wide-ranging release that covers multiple areas of the platform. Here is a full breakdown of everything that landed in this release.

AI Foundations and the Connectors Screen

The biggest architectural addition in WordPress 7.0 is the new AI infrastructure layer. The Connectors screen under Settings provides site owners with a centralized hub for managing external service integrations, including AI providers.

Three providers are natively supported at launch: OpenAI, Anthropic (Claude), and Google (Gemini). Configure a provider once, and every compatible plugin on the site automatically draws from those credentials.

An optional AI plugin extends this further, adding tools directly into the editor, including title and excerpt generation, image generation and editing, and alt text suggestions.

New Editor Features

WordPress 7.0 introduces a dedicated navigation overlay, giving site owners a full canvas to build menus beyond a simple list of links. Columns, font sizing, and alignment are all configurable from scratch or from a pre-built template.

Visual revisions include a timeline slider that lets editors scrub through every version of a page, block by block, and restore any version in one click. Patterns now behave as single blocks when dropped onto a page, removing the need to navigate nested block structures for simple edits.

DataViews Replaces Admin List Tables

The classic WordPress admin list tables are gone. DataViews, built in React, replace them across posts, pages, media, and other content types. The new interface loads faster and adds better filtering, sorting, and bulk-action controls to the admin experience.

New Blocks and Design Tools

The Icon Block is a new addition that lets users drop icons from a built-in library directly onto any page without a plugin. The Font Library, previously limited to block themes, now works across all WordPress themes. Block Visibility controls expand to include mobile, tablet, and desktop breakpoints handled via CSS rather than DOM removal.

Refreshed Admin Design

The WordPress admin gets its most visible update in years. A new default color scheme, updated buttons and input fields, and page transitions that fade instead of jump give the dashboard a significantly more modern feel. The overall experience is closer to a modern web app than a legacy CMS dashboard.

Performance and Accessibility

On the performance side, image loading prioritization is more accurate, preventing hidden images in overlays from degrading critical resource loading. Block stylesheet loading in classic themes is more reliable, and scripts can now depend on script modules to reduce render-blocking.

Accessibility improvements cover media management, voice control usability, and color contrast across the new admin color scheme.

What Did Not Make it Into WordPress 7.0?

One major feature was pulled before the final release. Real-time collaborative editing was officially removed from scope on May 8 after the core team identified race conditions, fuzz testing failures, and server memory issues under concurrent load. The feature will be reconsidered for the WordPress 7.1 development cycle.

How to Update to WordPress 7.0?

WordPress 7.0 is available directly from the WordPress dashboard. The release recommends PHP 8.3 or higher with PHP 7.4 as the minimum supported version. Site owners should test on staging before updating production, back up fully before applying the update, and check plugin and theme compatibility ahead of time.

Conclusion

WordPress 7.0 is a meaningful step forward, not just another version number. The AI infrastructure, DataViews, pattern editing, and admin refresh all point to a platform that is modernizing with purpose.

Real-time collaboration did not ship, but the architectural work done to support it sets the foundation for what comes next. For site owners, agencies, and developers, the message is clear: WordPress is not standing still. Update, test, and get familiar with what changed because the next release builds on all of it.

FAQs

When was WordPress 7.0 released?

WordPress 7.0 was officially released on May 20, 2026. It was originally scheduled for April 9, 2026, at WordCamp Asia in Mumbai, but was delayed by six weeks to resolve architectural issues in the real-time collaboration system.

Does WordPress 7.0 include real-time collaboration?

No. Real-time collaborative editing was removed from WordPress 7.0 on May 8, 2026 after the core team identified race conditions and server memory issues under concurrent load. It will be reconsidered for the WordPress 7.1 cycle.

What AI providers does WordPress 7.0 support?

WordPress 7.0 natively supports three AI providers at launch: OpenAI, Anthropic (Claude), and Google (Gemini). You configure your preferred provider once through Settings, and every compatible plugin uses those credentials automatically.

What is the minimum PHP version required for WordPress 7.0?

WordPress 7.0 requires at least PHP 7.4. PHP 8.3 or higher is strongly recommended for best performance and security. You can check your current PHP version in your dashboard under Tools > Site Health.

Scroll to Top