WordPress 7.0: Everything You Need to Know
Last edited on March 11, 2026

Website management has changed dramatically over the past several years. Where content was once created by a single person working through a simple editor, modern publishing now involves cross-functional teams, distributed contributors, and workflows that demand speed and flexibility. WordPress, which powers a significant portion of the web, has been evolving steadily to match these demands.

WordPress 7.0 represents the next major chapter in that evolution. Scheduled for release on April 9, 2026, this version doubles down on collaborative editing, modern content management tools, and a stronger foundation for developers building the next generation of WordPress-powered experiences.

Whether you manage a personal blog, a content-heavy media site, or a large WooCommerce store, understanding what is arriving in WordPress 7.0, and how to prepare for it, will help you make the most of the update while avoiding disruptions.

Release Timeline

Every major WordPress version follows a structured, publicly documented development cycle. This transparent process gives developers, theme authors, and hosting environments ample time to test for compatibility before the update reaches millions of live websites.

Alpha & Feature Planning Phase

Work on WordPress 7.0 began during the alpha phase in November 2025. During this stage, core contributors focused on integrating the features and architectural changes outlined in the Gutenberg Phase 3 roadmap, which prioritizes collaborative editing, improved editorial workflows, and a more modern block-based development experience.

Beta & Release Candidate Schedule

Once the major features were sufficiently stable, the update moved into public beta testing, allowing developers worldwide to check compatibility with their plugins, themes, and custom code.

February 19, 2026

Beta 1 — Public testing begins

Core features finalized; wider community testing starts.

February 26, 2026

Beta 2

Bug fixes and refinements based on Beta 1 feedback.

March 5, 2026

Beta 3

Stability improvements across the block editor and admin.

March 12, 2026

Beta 4

Final beta iteration; only critical bug fixes accepted.

March 19, 2026

Release Candidate 1 (RC1)

Feature-complete; critical-only patch window opens.

March 26, 2026

Release Candidate 2 (RC2)

April 2, 2026

Release Candidate 3 (RC3)

Final review before general availability.

April 9, 2026

Official Release

Available through the WordPress dashboard for all sites.

Key New Features in WordPress 7.0

WordPress 7.0 ships with a focused set of improvements spanning the editing experience, content management, media handling, design tooling, and developer infrastructure. Here is a detailed look at each major feature.

Real-Time Co-Editing

Multiple authors edit the same content simultaneously with live cursor tracking.

DataViews Interface

A modern, filter-rich content management panel for large-volume sites.

Inline Notes

Editorial comments and feedback directly inside the block editor.

Responsive Block Visibility

Show or hide specific blocks by device type without custom CSS.

New Design Blocks

Breadcrumbs, video backgrounds, icons, and expanded layout controls.

Client-Side Media

Images optimized in the browser before upload for faster performance.

Real-Time Multi-User Editing

One of the most significant goals of the Gutenberg Phase 3 roadmap has always been enabling true real-time collaborative editing, the ability for two or more authors to work on the same post or page at the same time, directly inside the block editor.

WordPress 7.0 takes a meaningful step toward that goal. Instead of requiring complex WebSocket server infrastructure, the synchronization layer in this release uses HTTP polling. This design decision is intentional: it allows real-time cursor tracking and co-editing to function on standard shared hosting environments without any specialized server configuration, making the feature accessible to the vast majority of WordPress sites from day one.

Key benefits for teams include:

  • Multiple contributors editing content simultaneously in the same editor session.
  • Dramatically faster editorial turnaround times for news, media, and content-heavy sites.
  • Reduced email back-and-forth during the review and approval process.
  • Visual indicators showing where other users are currently working within the document.

DataViews: A Modern Content Management Interface

Managing hundreds or thousands of posts, pages, and custom post types through the traditional WordPress list view has always had limitations. WordPress 7.0 addresses this with DataViews, a redesigned content management interface built for efficiency at scale.

DataViews replaces the basic list with a flexible, filterable panel that gives editors more control over how they browse and manage their content library. Key improvements include:

  • Advanced filtering options to quickly surface the exact content you need.
  • Customizable display settings, choose which fields are visible and how content is sorted.
  • Faster loading performance when working with large content archives.
  • A consistent interface across posts, pages, media, and compatible custom post types.

Note: DataViews enhances the content management experience inside the WordPress admin, it does not replace the entire dashboard or remove any existing functionality.

Enhanced Inline Notes and Editorial Feedback

Collaboration does not stop at simultaneous editing. Effective publishing workflows also require clear communication between writers, editors, and reviewers. WordPress 7.0 improves this aspect of the editorial process by introducing contextual commenting and inline notes directly inside the block editor.

Rather than relying on external tools or email threads to communicate feedback, team members can now leave notes tied to specific blocks or sections of content. This keeps editorial conversations organized, traceable, and visible to everyone involved in the workflow.

The practical benefits include:

  • Clearer communication during content drafting and revision cycles.
  • Faster review turnaround because feedback is attached to the relevant content.
  • Better oversight for editors managing contributions from multiple writers.

Responsive Mode: Block Visibility by Device

Design flexibility has long been a challenge in the block editor. Previously, showing or hiding blocks based on the visitor’s device type typically required custom CSS or a third-party plugin. WordPress 7.0 brings this capability natively into the block controls, giving designers and site owners a simpler way to tailor layouts for different screen sizes.

With the new responsive visibility controls, you can:

  • Hide specific blocks from desktop users while showing them on mobile, and vice versa.
  • Build device-optimized layouts without writing a single line of code.
  • Improve the mobile experience for visitors without maintaining separate templates.

New Creative Blocks, Icons, Breadcrumbs, and Video Backgrounds

WordPress continues expanding its built-in block library with each release. WordPress 7.0 adds a new collection of design-focused blocks and UI enhancements:

  • Breadcrumb navigation block: A natively supported breadcrumb trail that improves both usability and SEO without requiring a dedicated plugin.
  • Video background support: Block sections can now use video files as backgrounds, opening up more dynamic design possibilities for landing pages and hero sections.
  • New block icons and UI elements: Expanded icon sets and interface components to make block-based designs more visually distinctive.
  • Additional layout controls: More granular spacing, alignment, and sizing options across core blocks.

These additions reduce reliance on third-party page builder plugins for sites that need polished, professional designs built entirely within the native editor.

Faster Uploads with Client-Side Media Processing

Image uploads have traditionally been processed on the server after the file is transferred. In WordPress 7.0, this process shifts partially to the client side: images are optimized directly in the browser before they are sent to the server.

This change delivers meaningful performance gains across the board:

  • Smaller files reach the server, reducing overall upload time.
  • Server-side processing load decreases, benefiting sites on shared or resource-limited hosting.
  • Users on slower connections experience noticeably faster upload completion.
  • The overall media management experience feels more responsive and modern.

Sites that publish large volumes of images, photography portfolios, news publishers, e-commerce catalogs, stand to benefit the most from this improvement.

AI-Ready Infrastructure: WP AI Client and the Abilities API

Artificial intelligence is becoming an increasingly important part of content creation and web development workflows. Rather than leaving AI integration entirely to third-party plugins, WordPress 7.0 introduces two new core components that provide a standardized foundation for AI-powered features.

The WP AI Client is a core library that establishes a consistent communication layer between WordPress and Large Language Models (LLMs) such as OpenAI, Google Gemini, Anthropic Claude, and others.

The Abilities API provides a defined “handshake” protocol so that plugins and themes can interact with these AI models in a predictable, well-documented way, rather than each plugin rolling its own integration from scratch.

What this enables in practice:

  • Automatic alt-text generation for uploaded images, improving accessibility out of the box.
  • AI-powered layout and design suggestions within the block editor.
  • A consistent developer experience for anyone building AI-assisted WordPress tools.
  • Better interoperability between AI plugins using a shared core interface.

Important: The AI features in WordPress 7.0 remain largely plugin-driven and require connecting to an external LLM provider. The WP AI Client and Abilities API provide the infrastructure, not a bundled AI model.

Developer-Focused Improvements

Beyond the user-facing features, WordPress 7.0 includes a significant set of improvements aimed squarely at developers. These updates modernize the development experience and give plugin and theme authors more powerful tools to work with.

Enhanced Block API

The Block API receives meaningful updates in this release, making it easier to create and maintain custom blocks:

  • Simplified block registration syntax that reduces boilerplate code.
  • Improved styling controls, giving developers more granular control over block appearance.
  • Better support for block patterns and reusable template components.
  • More robust handling of block variations and contextual blocks.

REST API Performance Improvements

The WordPress REST API powers a wide range of headless, decoupled, and JavaScript-driven WordPress applications. Version 7.0 brings targeted performance improvements to the REST API, reducing response latency and improving throughput for high-traffic use cases.

Editing Framework Enhancements

The core editing framework, the engine that powers the block editor, receives architectural improvements in this release:

  • Faster editor initialization and more responsive interaction at scale.
  • More flexible customization hooks for developers who need to modify editor behavior.
  • Improved integration between blocks, templates, and template parts.
  • Progress toward an iframe-based editor architecture, with full enforcement planned for WordPress 7.1.

Modern JavaScript and Tooling Support

WordPress 7.0 continues aligning the core platform with modern JavaScript development conventions. This includes better compatibility with current build toolchains, improved TypeScript tooling support, and expanded documentation for the @wordpress/scripts package used widely in block development.

Heads up for developers: The shift toward an iframe-based editor architecture in 7.0 (with full enforcement in 7.1) may break plugins or themes that inject CSS or JavaScript directly into the editor context using legacy methods. Test your code thoroughly.

Features and Technologies Being Phased Out

Each major WordPress release removes or deprecates outdated technologies that have reached end-of-life status. This is a healthy and necessary part of keeping the platform secure, performant, and maintainable. WordPress 7.0 follows this pattern with one particularly impactful change.

End of Support for PHP 7.2 and PHP 7.3

PHP 7.2 and PHP 7.3 have both been officially end-of-life for some time, meaning they no longer receive security patches from the PHP development team. Running WordPress on an unsupported PHP version exposes your site to unpatched vulnerabilities.

WordPress 7.0 formally removes support for these versions. Here is a clear breakdown of what this means for your hosting environment:

PHP 7.2 / 7.3 – No Longer Supported

PHP 7.4 – Minimum Required

PHP 8.3 / 8.5 – Strongly Recommended

WordPress 7.0 is also the first release to introduce Beta Support for PHP 8.5, which was released in early 2026. The core team strongly recommends PHP 8.5 for sites looking to maximize the speed benefits of the new DataViews admin interface and other performance-focused features.

Action required: Log in to your hosting control panel and verify which PHP version your server is running. If you are still on PHP 7.2 or 7.3, upgrade to PHP 8.1 or higher before installing WordPress 7.0. Many hosting providers allow you to switch PHP versions in one click.

WordPress 7.0 vs. 6.x: Side-by-Side Comparison

The table below provides a concise comparison of key areas where WordPress 7.0 improves upon the 6.x series.

Feature AreaWordPress 6.xWordPress 7.0
Editing ExperienceBlock editor with basic real-time hintsFull real-time multi-user co-editing NEW
Collaboration ToolsLimited to basic revision historyInline editorial notes and contextual feedback NEW
Content ManagementTraditional admin list viewsDataViews: filterable, customizable content panels NEW
Responsive DesignCustom CSS or plugins requiredNative block visibility controls per device NEW
Media UploadsServer-side image processingClient-side optimization before upload NEW
Creative BlocksCore block library with basic controlsBreadcrumbs, video backgrounds, new icons NEW
AI IntegrationPlugin-only, no core infrastructureWP AI Client + Abilities API in core NEW
PHP SupportPHP 7.2+ supportedPHP 7.4 minimum; PHP 8.5 recommended CHANGED
Editor ArchitectureMixed legacy and block-basedProgressing to iframe-based architecture CHANGED
Developer ToolsExisting Block API and REST APIImproved Block API, REST API performance, JS tooling NEW

Impact on Plugins and Themes

Major WordPress releases can shift how plugins and themes interact with the core platform. WordPress 7.0 is no exception, with changes to the block editor architecture, PHP compatibility requirements, and the new AI infrastructure, developers should expect to review their products before the update lands.

What Plugin Developers Should Review

If your plugin interacts with the block editor, especially if it injects styles or scripts into the editor environment, the progression toward an iframe-based architecture may affect how your code behaves. Specifically:

  • Scripts added via enqueue_block_editor_assets may no longer have access to the outer document when iframe enforcement arrives in WordPress 7.1.
  • Plugins that rely on deprecated PHP 7.x-only functions or syntax should be audited for PHP 8.x compatibility.
  • Any plugin that integrates with AI services should consider adopting the new Abilities API for forward compatibility.
  • REST API-dependent plugins should test against the 7.0 RC builds to verify no breaking changes affect their endpoints.

What Theme Developers Should Address

Theme compatibility in 7.0 centers primarily on three areas:

  • Block theme support: Themes should fully embrace the block template system. Classic themes will continue to function but will not benefit from the new editor architecture improvements.
  • Responsive block visibility: If your theme currently handles responsive design through custom CSS targeting block classes, test whether the new native visibility controls interact cleanly with your existing stylesheet.
  • PHP 8.x compatibility: Audit your functions.php and any custom theme code for deprecated PHP patterns that no longer work in PHP 8.x.

Best practice: Do not wait for the official release to test. Clone your production site to a staging environment, install the WordPress 7.0 Beta Tester plugin, and run a full compatibility check now. This gives you weeks to resolve any issues before your live site is at risk.

How to Prepare Your Website for WordPress 7.0

Upgrading to a major WordPress version is a straightforward process for most well-maintained websites. Taking a few deliberate preparation steps beforehand reduces the risk of unexpected issues and ensures your visitors experience zero disruption.

Pre-Upgrade Checklist

  • Back up everything — Create a full backup of both your website files and your database before touching anything. Store the backup in a location separate from your server.
  • Check your PHP version — Log into your hosting control panel and confirm you are running PHP 7.4 or higher. Upgrade to PHP 8.1+ for the best experience.
  • Update all plugins and themes — Run plugin and theme updates first. Many developers release WordPress 7.0 compatibility patches in the weeks leading up to launch.
  • Test on a staging site — Duplicate your live site to a staging environment and run the update there first. This lets you catch and fix issues without impacting real visitors.
  • Review your custom code — If you have custom plugins, child themes, or functions.php customizations, audit them for deprecated functions and PHP 8.x incompatibilities.
  • Check plugin compatibility notices — Review the changelog and support forums of your critical plugins for any known WordPress 7.0 issues reported during the beta period.
  • Disable caching during the upgrade — If you use a caching plugin or server-level caching, disable or purge it before and after the upgrade to prevent stale files from causing errors.

How to Install WordPress 7.0 When It Releases

Once the official release is available on April 9, 2026, you can update directly from your WordPress dashboard. The process is simple:

  1. Log in to your WordPress admin dashboard.
  2. Navigate to Dashboard → Updates.
  3. When WordPress 7.0 appears, click “Update Now”.
  4. Wait for the update to complete, the process usually takes under a minute.
  5. Visit your website’s front end and admin to confirm everything is working correctly.
  6. Flush your caching plugin or CDN cache if you have one.

Alternative installation: You can also download the WordPress 7.0 package manually from wordpress.org/download and install it via FTP or your hosting file manager, which is useful if your automatic update process is disabled.

Frequently Asked Questions

WordPress 7.0 is scheduled for official release on April 9, 2026. Once released, it will be available as an automatic update through the WordPress admin dashboard.

WordPress 7.0 requires a minimum of PHP 7.4. Support for PHP 7.2 and 7.3 has been officially dropped. For optimal performance and security, the WordPress core team strongly recommends running PHP 8.3 or PHP 8.5.

Yes. The real-time editing feature in WordPress 7.0 is built on HTTP polling rather than WebSockets, which means it works on standard shared hosting environments without any special server configuration. Performance may vary based on your host’s server response times and the number of simultaneous collaborators.

No. DataViews improves the content management screens for posts, pages, and custom post types, it does not replace the WordPress admin dashboard. Your existing workflow and dashboard layout will remain intact.

Final Thoughts

WordPress 7.0 is not simply a maintenance release, it is a meaningful step forward in the platform’s long-term vision as a collaborative, modern, and extensible publishing system. The combination of real-time co-editing, DataViews, client-side media processing, and a new AI infrastructure makes this one of the more substantive releases in the 6.x-to-7.x transition.

For website owners, the most important immediate action is to verify your PHP version and make sure your plugins and themes are up to date before the April 9 release date. A few hours of preparation on a staging site today can prevent hours of troubleshooting after a live upgrade.

For developers, the progression toward an iframe-based editor architecture and the new Block API improvements signal where WordPress is heading. Getting ahead of these changes now, rather than reacting after the release, will put you in a stronger position as the platform continues to evolve through 7.1 and beyond.

Keep an eye on the official Make WordPress Core blog for the latest development updates, RC announcements, and any changes to the release schedule.

About the writer

Hassan Tahir Author

Hassan Tahir wrote this article, drawing on his experience to clarify WordPress concepts and enhance developer understanding. Through his work, he aims to help both beginners and professionals refine their skills and tackle WordPress projects with greater confidence.

Leave a Reply

Your email address will not be published. Required fields are marked *

Lifetime Solutions:

VPS SSD

Lifetime Hosting

Lifetime Dedicated Servers