WordPress 7.0 is one of the most consequential updates in years. Historically a single-author publishing tool, this release pushes WordPress toward collaborative editing, easier AI integrations, and richer visual workflows. Below is a concise rundown of what’s new, why it matters, and who should care.
Release status
Current release date: May 20, 2026.
1) Real-time collaboration (RTC)
The headline feature enables multiple people to edit a post or page at the same time with live updates—think Google Docs inside WordPress.
Key technical details:
– Uses CRDTs for conflict resolution.
– Built on HTTP polling for maximum host compatibility.
– Initially limited to two simultaneous collaborators to reduce hosting load.
– Hosts can swap transport/storage providers; developers can tweak polling via JS filters.
– RTC is disabled whenever metaboxes are present, which pressures plugin authors to update their integrations.
Who benefits?
RTC is most useful for newsrooms, editorial teams, and enterprises where synchronous editing speeds workflows. Solo writers or teams that prefer structured handoffs may find it unnecessary. It’s opt-in for now and will likely evolve.
2) AI foundation: Connectors API and WP AI client
Instead of shipping purpose-built AI features, 7.0 provides infrastructure so plugins can add AI capabilities more easily.
What’s included:
– A new Connectors screen in wp-admin for managing API keys (OpenAI, Anthropic, Google, etc.).
– A Connectors API plugins can call to request credentials without each developer reinventing the wheel.
– A provider-agnostic PHP helper (wp_ai_client_prompt()) to send prompts to LLMs.
Why this matters
This is a neutral, developer-friendly approach: WordPress enables AI integrations without promoting a single provider. Plugin authors get a simpler, consistent way to manage credentials and make calls to different LLMs.
3) Visual revisions
Revisions are finally visual and integrated directly in the main editor.
Highlights:
– A timeline slider to move through revisions.
– Color-coded changes: yellow = modified, red = deleted, green = added.
– A minimap on the scrollbar showing where changes occurred in the document.
– A Restore button when viewing earlier versions.
Caveats
The UI is more approachable for non-developers, but some power features are gone: there’s no HTML/source view in the revision UI, and you can only compare a revision to its predecessor, not arbitrary pairs. Worth trying to see if it fits your workflow.
Developer standouts
– PHP-only block registration: You can register blocks using PHP alone (register_block_type with autoRegister and a render_callback), removing the need for a JS build step for many server-rendered blocks.
– Pattern Overrides for synced patterns: Synced patterns can now be overridden for blocks that support Block Bindings, giving more flexibility for client work.
– Client-side Abilities API: A JavaScript counterpart to the server Abilities API, available as @wordpress/abilities (state) and @wordpress/core-abilities (REST). This hints at future agent or AI-driven workflows.
– Per-instance custom CSS: Add CSS per block instance in the block sidebar using declaration syntax and & for nesting—long overdue and practically useful.
Design and content editing wins
– Navigation overlays: Better control over mobile hamburger menus, built-in navigation patterns, an “always visible” submenu toggle, and the ability to create pages directly from the Navigation block.
– Content-first pattern editing: Patterns default to content-only editing with clean sidebar fields for text and images. You can detach patterns for full control—handy for client handoffs.
– Viewport-based block visibility: Show or hide blocks per device type (desktop, tablet, mobile) from the toolbar without plugins.
Command Palette
WordPress still includes a Command Palette (access via ⌘K / Ctrl+K) to jump to settings and actions from anywhere in the editor. It’s a small feature but saves time.
Verdict
Overall, WordPress 7.0 is a solid and forward-looking release. Not every feature will appeal to every user, but the direction is clear: WordPress is becoming a neutral orchestration layer for AI services while expanding collaborative and visual editing capabilities. The AI Connectors and RTC are significant platform changes that primarily empower developers and larger teams today, but they open the door to many future enhancements.
What do you think?
Which features are you excited about, and which ones will you skip?
Bonus: Speed up your site
Want faster page loads? With a few straightforward fixes you can often cut load times by 50–80%. Sign up with your email for a short course on speeding up WordPress; signing up subscribes you to a weekly newsletter and you can unsubscribe anytime.