WordPress 7.0 Beta is now available for testing on VIP. This is the first release part of the WordPress 7.0 development cycle and can now be deployed to all non-production WordPress environments.
The current target for the final release is April 9, 2026
What’s new in WordPress 7.0
WordPress 7.0 is a milestone release with a big push into collaboration, AI infrastructure, and an enhanced editing experience. Here’s a preview of what’s coming–keep in mind that features might get dropped or be added until the final release on April 9:
Real-time Collaboration
Available on VIP since January, Real-Time Collaboration will be integrated into WordPress Core with 7.0. It allows multiple users to edit the same post or page simultaneously, with data syncing, block-level notes and live updates.
Developer features
- WP AI Client: a provider-agnostic API giving plugins and themes a standardized way to call AI models through a consistent interface. No AI providers are bundled, and no AI calls are made by default.
- Abilities & Workflows API improvements: hybrid abilities, client-side filtering and search, an improved command palette, and a new Abilities Explorer admin screen.
- PHP-only block registration, no JavaScript required.
- Block Bindings for custom dynamic blocks: pattern override support now extends to custom dynamic blocks for building flexible, data-driven content patterns.
- Custom CSS per block instance.
- Client-side media processing: media is now processed in the browser before uploading, speeding up media handling and reducing server-side overhead.
Admin experience
WordPress 7.0 ships with a fresh default color scheme and cleaner dashboard styles. These CSS-level changes bring the WordPress Admin experience closer to the Site Editor’s modern look while keeping the interface familiar.
Editing experience
- Visual revisions: revisions now appear inline within the editor, allowing side-by-side visual comparisons
- Pattern editing: new Spotlight mode (to isolate content within patterns and notes) and Isolated Editor mode (for editing synced patterns, template parts, and navigation).
- Viewport-based block visibility: show or hide individual blocks based on screen size.
- Font Library for all themes.
- New blocks: Icons block, Breadcrumbs block (with support for archives, 404s, search pages, and pagination).
- Block updates: Cover Block with video embed backgrounds, responsive controls for the Grid Block, Gallery Block with lightbox support, Navigation Block with customizable overlays, block variations for the Heading Block.
How to test the upgrade on a local environment
The quickest way to test locally is to use the VIP Local Development Environment.
To update an existing environment:
vip dev-env update -w=7.0 --slug=mytestsite
To create a new one:
vip dev-env create -w=7.0 --slug=mytestsite
How to test the upgrade on a VIP Platform environment
You can update your non-production environments by running the trunk version of WordPress from within the Software Management section of the VIP Dashboard or by running the vip config software update command with VIP-CLI.
For example:
vip @mytestsite.develop config software update wordpress trunk