WordPress 7.0 arrives on April 9, 2026, and it marks the beginning of Phase 3 of the Gutenberg project: Collaboration. This is the most significant WordPress release in years, led by Matias Ventura with tech leads Ella van Durpe and Mukesh Panchal steering the development.
The headline features are real-time collaborative editing, a refreshed admin interface, and a new AI Client API that gives plugin developers a standardised way to integrate artificial intelligence. If you run a WordPress site — whether it’s a small business blog or a large editorial operation — here’s what you need to know.
Real-Time Collaborative Editing
The centrepiece of WordPress 7.0 is real-time collaboration. Multiple users can now edit the same post or page at the same time, seeing each other’s cursors and changes as they happen. If you’ve ever used Google Docs with a colleague, the experience will feel immediately familiar.
Alongside live co-editing, WordPress 7.0 introduces a Notes feature that lets collaborators leave feedback directly within the editor. No more switching to email or Slack to discuss a paragraph that needs reworking — the conversation stays attached to the content itself.
There’s also offline editing support. If your connection drops, you can keep working. Your changes will sync automatically once you’re back online. Under the hood, the default sync mechanism uses HTTP polling, but hosting providers and plugin developers can implement WebSocket support for faster, lower-latency connections.
What This Means in Practice
For content teams, this removes the draft-passing bottleneck that has plagued WordPress workflows for years. Writers, editors, and designers can work on the same page simultaneously rather than waiting for one person to finish before the next can start.
If you manage a site with multiple contributors, you’ll notice fewer version conflicts. The days of opening a post only to find someone else saved over your changes are largely behind you. The WordPress roadmap has listed collaboration as a core goal since Phase 3 was first outlined, and this release delivers on that promise.
The New Admin Design
WordPress 7.0 brings a visual refresh to the entire admin dashboard. The default colour scheme has been updated to feel cleaner and more modern, with unified form elements and a new system of design tokens that standardise colours, spacing, and typography across the interface.
The most noticeable structural change is DataViews, which replaces the traditional WP List Tables that have been part of WordPress admin screens for over a decade. DataViews introduces inline filtering without page reloads, a consistent visual language between the block editor and classic admin panels, and a new activity layout that makes it easier to scan recent changes at a glance.
If you’ve been following recent WordPress development — including the improvements covered in our article on What’s New in WordPress 6.9 — you’ll recognise DataViews as an evolution of work that’s been progressing across several releases.
Will It Break Anything?
The short answer for most site owners: probably not. The layout of the admin dashboard stays the same. What’s changed is the styling — cleaner typography, updated colours, more consistent spacing. Plugins that use standard WordPress admin APIs should continue to work without modification.
The area to watch is custom admin CSS. If your theme or a plugin applies heavy CSS overrides to the admin panel, you may need minor adjustments. Design tokens mean that some class names and CSS variables have changed, so any hardcoded colour values or custom admin stylesheets should be tested before you upgrade.
Native AI Client API
WordPress 7.0 introduces a standardised AI Client API — a framework that plugin developers can use to integrate any AI provider into their tools. WordPress itself doesn’t bundle an AI service or pick a preferred vendor. Instead, it provides the plumbing: a consistent set of functions and interfaces that plugins can hook into.
This means a plugin developer building content suggestions, image generation, or automated translations can write their code against a single API. Site owners then choose which AI provider to connect — whether that’s OpenAI, Anthropic, a self-hosted model, or something else entirely. The WordPress 7.0 Beta 1 announcement goes into more technical detail on the API structure.
What This Means for Site Owners
You won’t see AI features appear in your dashboard the moment you update. The API is a foundation layer, and its impact will grow as plugin developers adopt it in the weeks and months following the release. Expect to see existing plugins — particularly in the content creation, SEO, and accessibility spaces — add AI-powered features that use this shared framework.
Nothing is forced on by default. AI functionality is entirely opt-in through whichever plugins you choose to install. If you don’t want AI features, you simply don’t activate any plugins that use the API.
How to Prepare for the Upgrade
WordPress 7.0 is a major release, and while the team works hard on backwards compatibility, preparation is still sensible. Here’s what to do before you hit the update button:
- Check your PHP version. WordPress 7.0 requires PHP 7.4 as a minimum, but PHP 8.3 or newer is strongly recommended for performance and security. You can check the PHP supported versions page to see where your version stands — anything below 8.1 is already end-of-life.
- Test on a staging environment first. Clone your live site to a staging server and run the update there. Check that your theme renders correctly, your plugins function as expected, and the admin interface looks right.
- Review custom admin CSS. If your theme or any plugin applies custom styles to the WordPress dashboard, test these carefully. The new design tokens and updated default styles may override some of your customisations.
- Back up everything. Take a full backup of your database and files before upgrading. This applies to every WordPress update, but it’s especially worth emphasising for a major version release.
- Consider waiting a week or two. If your site is business-critical and you rely on several plugins, give plugin developers a short window after the April 9 release to push compatibility updates. Most well-maintained plugins will have updates ready within the first fortnight.
For sites running standard themes and a handful of popular plugins, the upgrade should be straightforward. The more customised your setup, the more time you should spend testing.
Wrapping Up
WordPress 7.0 is a genuine step forward, particularly for teams who collaborate on content. Real-time editing removes one of the longest-standing friction points in WordPress workflows, and the admin design refresh brings the dashboard closer to the modern standards users expect.
The AI Client API is the feature with the longest tail. Its immediate impact will be modest, but it sets the stage for a wave of AI-powered plugins over the coming year. For now, focus your preparation on testing compatibility, checking your PHP version, and backing up your site before April 9.