Release Date: May 20, 2026 — The most anticipated WordPress release in years is almost here. Let's explore everything you need to know before it lands.
🌐 A New Era for WordPress
WordPress powers over 43% of the web. That's not a typo. Nearly half of every website you've ever visited runs on this open-source CMS. And yet, for much of 2025, things went oddly quiet — legal battles, contributor walkouts, and a compressed release cycle meant only two major releases shipped all year.
But 2026 is different.
WordPress 7.0 isn't just another incremental update. It marks the completion of Gutenberg Phase 3 — the Collaboration Era — and brings with it a fundamentally transformed editing experience: multi-user real-time editing, a native AI layer, a redesigned admin, visual revision history, and a developer API overhaul. In short: WordPress just grew up.
🔑 Key Features — The Headlines
1. Real-Time Collaboration (RTC) — Google Docs Comes to WordPress
This is the flagship feature, and the one that caused the release delay in the first place.
Multiple users can now edit the same post or page simultaneously. You'll see live cursors, presence avatars, and instant syncing — the experience WordPress users have been waiting for since Google Docs changed the game.
WordPress 7.0 ships with a default HTTP polling sync provider and opens a hook for hosts and plugins to add WebSocket support for even lower-latency collaboration. Offline edits are queued and synced when a user reconnects. The Notes feature from WordPress 6.9 also gains real-time syncing and a new keyboard shortcut for inline commenting.
Why the delay? The core team identified a significant performance bottleneck in the original RTC database architecture — a deeper architectural fix was needed, not a late-cycle patch. The team went back to beta rather than ship something broken to millions of sites. Respect.
Good for: Agencies, editorial teams, enterprise clients, and anyone who's ever emailed a doc to a colleague for review.
2. Native AI Integration — Web Client AI API
WordPress 7.0 introduces a Web Client AI API in core — a standardised, provider-agnostic interface that allows plugins and themes to connect to any external generative AI provider.
The API itself doesn't bundle a specific AI model. Instead:
- Any plugin can register an AI provider
- Developers get a unified interface regardless of which AI is powering it (OpenAI, Anthropic, Google, Mistral — your choice)
- The Client-Side Abilities API (now with a JavaScript counterpart via
@wordpress/abilitiesand@wordpress/core-abilities) lays the groundwork for browser agents and WebMCP integration
This turns WordPress into an AI-ready platform rather than bolting a chatbot onto an existing plugin. The difference matters enormously for future extensibility.
Good for: Developers building AI-powered blocks, content tools, or automation workflows.
3. DataViews — A Redesigned Admin Interface
The WordPress admin dashboard is getting its most significant visual overhaul in years.
DataViews replaces the legacy WP List Tables with a modern, app-like interface that supports:
- Faster filtering, sorting, and grouping without page reloads
- A cleaner, more responsive layout
- Improved bulk editing workflows
This isn't just cosmetic — it's a performance upgrade too. Navigating posts, pages, media, and users will feel noticeably snappier.
Good for: Everyone. Daily WordPress users will feel the difference immediately.
4. Visual Revisions — See Your Changes, Not Just a List
WordPress has had revision history for years. But it showed you a text diff — not very visual, not very useful.
Visual Revisions in 7.0 show a true side-by-side visual comparison of any two revision states. You can scroll through the page as it appeared at each point in time, not just read a wall of green and red text.
Good for: Content teams reviewing drafts, developers debugging layout issues, and clients who want to roll back changes confidently.
5. Patterns as a Single Block — A Smarter Pattern System
Patterns (reusable block groups) are now treated as a single, unified block entity rather than a loose collection. This brings:
- Cleaner selection and movement of entire patterns
- Extended pattern overrides support — now applies to custom blocks, not just core blocks
- Live preview of block style variations before applying them
- Pattern overrides available in
contentOnlymode
Good for: Theme builders, site admins creating reusable templates, and plugin authors.
🧩 More Features Worth Knowing
Beyond the headliners, WordPress 7.0 ships a dense pack of quality-of-life improvements.
New Blocks
Breadcrumbs Block — A long-overdue native breadcrumb navigation block, now available in core without needing a third-party plugin. Fully customisable and works with all block themes.
Icon Block — A new block with a curated icon set drawn from the @wordpress/icons package, with a REST endpoint at /wp/v2/icons for searching and filtering. Third-party icon library registration is planned for 7.1.
Block Editor Enhancements
Custom CSS for Individual Blocks — Previously, adding per-instance CSS required a two-step process: add a custom class, then write a rule in the Site Editor. Now there's a Custom CSS input directly in the block sidebar's Advanced panel. Content editors no longer need Site Editor access to style individual blocks.
Viewport-Based Block Visibility — Control which blocks are visible on mobile, tablet, or desktop — natively, without a plugin. A straightforward responsive design tool that's been missing from core for far too long.
Anchor Support for Dynamic Blocks — Developers can now add HTML anchor attributes to dynamically rendered blocks, improving deep-link navigation and accessibility.
Paste Color Values in the Color Picker — You can now paste a hex, RGB, or HSL value directly into the color picker. A tiny feature. A massive time-saver for designers.
Dimension Support for Width and Height — Blocks now support explicit width and height dimension controls, giving theme builders finer layout control without custom CSS.
Email Notifications for Notes — The Notes feature (block-level comments introduced in 6.9) now sends email notifications when a teammate adds or replies to a note. Async collaboration just got smarter.
Link Control Validation — The link picker now validates URLs before saving, reducing broken link issues at the source.
Improved Blocks
Responsive Grid Block — The Grid block now has improved responsive controls, making column layouts across screen sizes much more intuitive.
Image Block Inline Editing — You can now edit image alt text and captions inline within the block, without opening a separate panel.
Cover Block Video Embeds — Video backgrounds in Cover blocks now embed more reliably, with improved performance for autoplay and looping videos.
Gallery Block Enhancements — Improved lightbox behaviour and caption controls.
Heading Block Variations — Predefined heading style variations are now available out of the box for faster typographic styling.
HTML Block Enhancement — The Custom HTML block now renders a real-time preview in the editor, so you can see your raw HTML output without switching to Preview mode.
Math Block Improvements — Better equation rendering performance and expanded LaTeX support.
Query Loop Enhancements — More filtering options and improved empty-state handling.
Verse Block → Renamed to Poetry — The "Verse" block is now labelled "Poetry" for clarity. A small naming fix that makes the block library more navigable.
Pseudo Styles for Button Blocks — Theme builders can now define :hover, :focus, and :active styles for button blocks natively in theme.json.
Universal Text Alignment — Text alignment controls are now consistent across all text-based blocks.
Admin & Workflow Updates
Manage Fonts for All Themes from a Dedicated Page — A new Fonts management page in the admin lets site admins manage font libraries globally, across all installed themes.
Block Attribution Groups in the Sidebar — Blocks can now be grouped and labelled in the sidebar by their source (core, plugin, or theme), making it easier to identify what comes from where.
Developer APIs
PHP-Only Block Registration with Auto-Generated Inspector Controls — Developers can now register blocks entirely in PHP with automatic generation of inspector sidebar controls, reducing the JavaScript overhead required to ship a functional block.
Client-Side Abilities API — The @wordpress/abilities and @wordpress/core-abilities packages bring the Abilities API (introduced on the PHP side in 6.9) to the browser, with REST auto-fetching of server-registered abilities.
Gutenberg 22.0–22.6 merged into core — Three Gutenberg releases form the backbone of 7.0, including extensibility improvements to the Connectors system and the new interactive @wordpress/create-block variant with built-in client-side navigation support.
⚙️ WordPress 7.0 System Requirements
Before upgrading, make sure your environment is ready.
| Requirement | Minimum | Recommended |
|---|---|---|
| PHP | 7.2.24 | 8.3+ |
| MySQL | 5.5.5 | 8.0+ |
| MariaDB | 10.4 | 10.6+ |
| HTTPS | Required for RTC features | Required |
| WebSockets | Optional (host/plugin) | Recommended for RTC |
Key notes:
- The real-time collaboration feature ships with HTTP polling by default. For the best RTC experience (low-latency, near-instant sync), your hosting provider needs to support WebSockets.
- PHP 8.1 or earlier is still functional but receives no active security support from the PHP project. If you're on 7.4 or 8.0, now is a good time to upgrade.
- Always back up before a major upgrade. Test on a staging site first, especially if you rely on third-party plugins that touch the block editor.
💡 Why WordPress 7.0 Is Worth It in 2026
The Global Context
WordPress remains the world's dominant CMS — not because it's flashy, but because it's free, open, extensible, and backed by a massive ecosystem. In 2026, that ecosystem matters more than ever. Competing platforms like Webflow, Squarespace, and Wix have lured users away with slicker UX — but WordPress 7.0 closes that gap significantly.
Real-time collaboration is the feature that editorial teams have been using proprietary tools to access. Visual revisions solve a pain point that's caused countless client miscommunications. DataViews makes the admin feel like a 2026 product, not a 2012 one.
The Security Picture
WordPress 7.0 benefits from PHP 8.3 compatibility improvements, modernised database query handling (essential for secure RTC), and ongoing hardening of the REST API. The recommendation to run PHP 8.3+ isn't just about speed — newer PHP versions carry active security support, while older branches are unpatched.
The AI Layer
Most CMS platforms trying to "add AI" bolt a third-party chatbot onto an existing UI. WordPress 7.0 takes a different approach: it builds a provider-agnostic AI integration layer into core. This means the AI tooling available to WordPress sites in 2026 and 2027 will be consistent, extensible, and community-maintained — not locked to a single vendor.
For developers, this is the right architectural decision. For site owners, it means AI-powered features from plugins will gradually become more reliable and interoperable.
🧠 Final Thoughts
WordPress 7.0 is the release the project needed. After a turbulent 2025 shaped by legal disputes, contributor challenges, and a compressed schedule, the team made the right call: delay, fix the architecture, and ship something solid.
The result is the most significant WordPress release since Gutenberg in 2018. Phase 3 — Collaboration — is no longer a roadmap item. It's here.
🗓️ Official Release Date: May 20, 2026
Led by Matias Ventura as Release Lead, with tech leads Ella van Durpe and Mukesh Panchal, the release squad has done the hard work. Whether you're a solo blogger, an agency running 100 client sites, or an enterprise team building complex editorial workflows — WordPress 7.0 has something for you.
📡 Stay Tuned
This article covers the pre-release picture. Once WordPress 7.0 officially drops on May 20, 2026, there will be follow-up coverage on:
- Real-world RTC performance across different hosting environments
- AI provider plugin roundup — which ones are ready for the new Web Client AI API
- Migration guide — upgrading safely from 6.x to 7.0
- DataViews deep-dive — what changed under the hood
- What's coming in WordPress 7.1 (tentatively scheduled for August 19, 2026)
🔔 Follow me on dev.to so you don't miss the post-release breakdown. The best WordPress content is just getting started.
Sources: Make WordPress Core, Gutenberg Times, WordPress Developer News, InMotion Hosting
Top comments (0)