The WordPress community has waited a long time for this milestone. After a year of legal shifts and structural changes, the roadmap for WordPress 7.0 is finally clear. This is not just another version update; it is the definitive launch of Phase 3 of the Gutenberg project, focused entirely on collaboration and workflows.
If you felt that 2025 was a quiet year for the world’s most popular CMS, you were right. Now that we have entered 2026, the engine is humming again. WordPress 7.0 is set to redefine how teams build websites together, moving away from the “solo editor” model and toward a shared, real-time creative environment.
Table of Contents
Key Takeaway
Release date: WordPress 7.0 launches April 9, 2026, with Beta 1 available February 19 for testing
Core focus: Phase 3 Collaboration introduces Notes, real-time co-editing (experimental), and workflow tools
PHP requirement: Minimum PHP version rises to 7.4; PHP 8.3+ recommended for best performance
Admin overhaul: DataViews replaces traditional WP List Tables with a modern, app-like interface
The Official WordPress 7.0 Release Schedule
To prepare your sites and clients for the transition, you must keep a note of WordPress 7.0 release dates in your calendar. The WordPress 7.0 release squad has aimed for a spring launch to align with major community events.

This WordPress 7.0 release timeline is strategically positioned to coincide with WordCamp Asia, providing a global stage for the biggest release since the introduction of the Block Editor.
Why Did It Take So Long? The 2025 Context
It is impossible to discuss WordPress 7.0 release without acknowledging the hurdles of 2025. Originally, the community expected three major releases last year. However, a combination of legal battles and a temporary pause in contributions from major stakeholders like Automattic led to a deliberate slowdown.
Project leadership chose to prioritize stability and governance over rushed features. This led to the release of WordPress 6.9 in late 2025, which served as a “stabilizer” to clear technical debt. Because of this intentional pause, WordPress 7.0 arrives in 2026 with a much more polished and tested foundation. It represents a “quality over quantity” approach that developers have been requesting for years.
What is New in WordPress 7.0?
The core theme of WordPress 7.0 release is “Workflows.” For years, WordPress was great for writing, but managing a team of writers, editors, and designers required a stack of third-party tools like Google Docs, Slack, and Trello. Version 7.0 aims to bring those collaborative interactions directly into the dashboard.

1. Enhanced “Notes” and Asynchronous Collaboration
The first major piece of Phase 3 is a robust commenting system within the editor. While a basic version appeared in WordPress 6.9, version 7.0 expands this into a full communication suite.
Users can leave Notes on specific blocks or even text fragments, tag teammates using @ mentions, and receive email or dashboard notifications. This solves a massive pain point for agencies: no more taking screenshots of a layout to email feedback to a designer.
The conversation happens exactly where the content lives. For agencies looking to further optimize their delivery, integrating these new features into a professional agency workflow will be a game changer for client satisfaction.
2. Real-Time Collaboration: The Infrastructure Hurdle
The “holy grail” of Phase 3 is real-time co-editing, where multiple users can edit a post simultaneously and see each other’s cursors. While the editor itself is ready for this, the hosting ecosystem is catching up.
As Gutenberg Lead Developer Riad Benguella noted, most performant transport layers rely on WebSocket servers, and many PHP hosting providers don’t support this. Consequently, WordPress 7.0 may ship real-time features as “experimental” or limited to specific environments.
WordPress VIP has already open-sourced a WebSocket-based implementation, proving the technology works, but making it universally accessible across WordPress’s diverse hosting landscape remains a challenge the core team is actively working to solve.
3. The Modern Admin Redesign (DataViews)
The WordPress dashboard has largely looked the same for a decade. Version 7.0 introduces the most significant visual and structural change to the back-office in years.
Instead of a complete reset that would break older plugins, the team is using a system called DataViews. This modernizes how you view and manage content:
- Post and Page lists are replaced with a flexible, app-like interface
- Filter, group, and sort content without page refreshes
- Multiple layout options: table, grid, or list views
- Persistent views that remember your preferences
It feels fast, fluid, and much more like a modern SaaS application than a traditional database-driven admin screen.
4. No New Default Theme
Interestingly, WordPress 7.0 will not ship with a “Twenty Twenty-Six” theme. The project has moved away from the tradition of a new theme for every major version. Instead, the focus is on making the existing WordPress block themes (like Twenty Twenty-Five) even more powerful. The goal is to show users that with the new Site Editor and Phase 3 tools, you do not need a new theme; you can simply evolve the one you have.
5. The Abilities API and AI Client
WordPress 7.0 is not trying to be an AI writer. Instead, it’s building the infrastructure that allows AI to work better within the CMS.
The new Abilities API acts as a bridge. It provides a standardized way for AI services to understand what a specific WordPress site is capable of doing. Rather than hard-coding connections to specific AI models, WordPress is creating an “AI Client” within the core.
This means plugin developers can build AI features that are consistent across the entire platform. Whether you’re using AI to generate alt text for images, suggest SEO improvements, or automate content workflows, these tools now have a native, secure way to communicate with WordPress core.
The Abilities API works with the Model Context Protocol (MCP), enabling AI assistants like Claude, ChatGPT, and others to:
- Discover what capabilities a WordPress site exposes
- Request permission to perform specific actions
- Execute tasks within defined boundaries
This isn’t theoretical; WordPress MCP integrations are already emerging across the WordPress ecosystem. For example, InstaWP’s MCP server lets AI assistants manage content and execute WordPress tasks through natural language commands over a single toggle.

It’s an early glimpse of what becomes possible when AI tools can natively understand and interact with WordPress infrastructure.
If you’re interested in experimenting with AI-powered WordPress development, you can start building and testing in a WordPress sandbox without affecting any production environments.
6. Technical Shifts Under the Hood
For the developers and site maintainers, version 7.0 brings some heavy-duty changes that require preparation.
Minimum PHP Version Bump to 7.4
The core team has proposed raising the minimum supported PHP version to 7.4. This is necessary to support the modern libraries required for collaboration features and AI APIs.
Why this matters:
- PHP 7.4 enables more consistent typing, making the codebase easier for both developers and AI tools to understand
- Many third-party AI SDKs already require PHP 7.4 or higher
- WordPress can adopt modern PHP features that improve performance and security
Recommended action: If your sites run PHP 7.2 or 7.3, upgrade to PHP 8.2 or 8.3 now. Don’t wait until April. Test the upgrade thoroughly using a staging environment before touching production.
Editor Isolation and Iframing
To ensure site styles don’t leak into the editor, WordPress 7.0 moves toward full iframing of the editor canvas. This creates a sandboxed environment for content editing, making WYSIWYG significantly more accurate.
Benefits for developers:
- Third-party plugin scripts won’t accidentally break the editor layout
- Theme styles render exactly as they will on the frontend
- Clearer separation of concerns between editor and site styles
What WordPress 7.0 Means for Developers
This section breaks down the practical implications of WordPress 7.0 for different types of developers.
For Plugin Developers
The Abilities API opens new possibilities. If you’re building AI-powered features, the new Abilities API provides a standardized way to expose your plugin’s capabilities to AI assistants. Instead of building custom integrations for each AI model, you can register abilities that any AI client can discover and use.
The API works with the Model Context Protocol (MCP), allowing AI orchestration tools to understand what your plugin can do and interact with it programmatically.
For Theme Developers
Block theme evolution over replacement. WordPress 7.0 won’t ship with a new default theme. Instead, the focus is on making existing block themes like Twenty Twenty-Five more powerful through the Site Editor and Phase 3 tools.
For theme authors, this means:
- Invest in block theme patterns rather than building new themes from scratch
- Leverage the expanded Style Variations system for customization
- Prepare for the Tabs block (coming in 7.0) and Accordion block (shipped in 6.9) in your designs
Editor iframing changes the game. To ensure site styles don’t leak into the editor (and vice versa), WordPress 7.0 moves toward full iframing of the editor canvas. This creates a sandbox for edited content, making WYSIWYG much more accurate—but it also means you need to test how your theme’s editor styles render in the new isolated environment.
For Agencies and Site Maintainers
The testing window is short but crucial. Between Beta 1 (February 19) and launch (April 9), you have roughly seven weeks to test your entire plugin and theme stack against 7.0.
The recommended workflow:
- Create a WordPress staging site from your production environment
- Upgrade the staging site to 7.0 Beta when available
- Test all critical functionality, especially admin customizations
- Document any plugin incompatibilities and contact vendors
- Plan your upgrade path for post-launch
The Importance of Rigorous Testing in 2026
Because WordPress 7.0 introduces deep architectural changes to the admin and the editor, the “breakage” risk is higher than it was for version 6.8 or 6.9. The shift to DataViews and the new Collaboration APIs means that older plugins that hook into the admin screens might need updates.
For anyone managing client sites, the period between February 19th (Beta 1) and April 9th (Launch) is critical. This is the time to spin up a WordPress testing environment and see how your current stack reacts to the 7.0 core.
Preparing for the Future: A Checklist for April
As we approach the April 9th launch, here are the steps you should take to ensure a smooth transition:
- Check your PHP version: Ensure you are on at least PHP 7.4 (though PHP 8.2 or 8.3 is highly recommended for performance).
- Audit your Admin Plugins: Any plugin that modifies the “Posts” or “Pages” list view might be affected by the move to DataViews.
- Experiment with Phase 3: Use a sandbox site to try out the new “Notes” feature with your team to see how it can replace your current feedback loops.
- Stay Updated on the Field Guide: When the official Field Guide is published on March 19th, read the “Dev Notes” for any deprecated functions.
Final Thoughts: A Foundation for the Next Decade
WordPress 7.0 is more than a collection of features—it’s a signal that the platform is maturing. The focus on collaboration and infrastructure shows WordPress is ready to compete with modern “closed” platforms while maintaining the freedom of open source.
By moving away from frantic release cycles and focusing on a coordinated, stable approach in 2026, the WordPress project is ensuring its longevity. Whether you’re a solo developer or managing sites for a large-scale agency, the improvements in version 7.0 will make your daily workflow faster, more communicative, and more modern.
As we look toward April, the message is clear: the future of WordPress is collaborative. It’s time to stop building in isolation and start building together.
FAQs
When is the official release date for WordPress 7.0?
The final version of WordPress 7.0 is targeted for release on April 9, 2026. This date is strategically chosen to coincide with WordCamp Asia.
Will there be more releases in 2026?
Yes. After the slowdown in 2025, WordPress is returning to a three release cadence. WordPress 7.1 is tentatively scheduled for August 19, 2026, and WordPress 7.2 is expected around December 8 to 10, 2026.
What is the main focus of WordPress 7.0?
This release marks the primary push into Phase 3: Collaboration. The goal is to transform WordPress from a single user editor into a collaborative platform where teams can work together as easily as they do in Google Docs.
What is the minimum PHP version for WordPress 7.0?
The minimum supported PHP version is being raised to 7.4. Support for PHP 7.2 and 7.3 is officially being dropped with this release. For the best performance and security, the core team recommends PHP 8.3 or higher.
How does WordPress 7.0 handle AI?
Rather than adding a built in AI writer, 7.0 introduces the Abilities API and an AI Client. This provides a standardized way for developers to build AI powered tools (like layout assistants or content generators) that work seamlessly across the entire WordPress ecosystem.
Is there a new default theme in WordPress 7.0?
No. WordPress 7.0 will not include a new “Twenty Twenty-Six” default theme. Instead, the focus is on enhancing existing block themes like Twenty Twenty-Five through the Site Editor and Phase 3 tools.
Will my current plugins work with WordPress 7.0?
Most plugins should continue to work, but there’s a higher risk of compatibility issues than with previous releases due to the DataViews admin overhaul. Plugins that modify the Posts, Pages, or Media list views are most likely to need updates. Test thoroughly during the beta period (February 19 – April 9).