WordPress 7.0 beta 1 is available for testing ahead of the planned April 9, 2026 release. Do not use the beta on a production site; test it in a staging or local environment and install the WordPress Beta Tester plugin.
Quick summary
– Real-time collaboration engine is in development (not included in beta-1).
– Web Client AI API centralizes AI credential storage and integration points.
– Admin visual refresh with smoother view transitions and updated typography/colors.
– New Breadcrumbs and Icons blocks, Cover block video backgrounds, per-block custom CSS, responsive Grid, and pattern editing improvements.
– Visual revisions for Pages and client-side media processing for faster uploads.
– Developer-facing changes: Abilities API, always-iframed editor, PHP-only block registration, new UI primitives, CodeMirror update, and dropped PHP 7.2/7.3 support.
Admin visual refresh and view transitions
The dashboard gets a modern visual update: a new default color scheme, refreshed typography, and layout tweaks. Navigation between admin screens uses view transitions to avoid full reloads, giving a smoother, app-like feel and reducing visual jank.
Web Client AI API
A new Web Client AI API centralizes generative-AI access in the admin. It works with the Abilities API so users can securely store AI provider credentials, and it gives plugin and theme authors a standard way to build AI-driven features (content generation, summarization, admin automation) in the block editor.
Real-time collaboration (in development)
A sync engine for simultaneous editing is actively being built but is not part of beta-1. If included in the final release, it would let multiple users edit the same post or page in real time, show inline comments and notes live, and support offline edits—similar to Google Docs. Its inclusion in 7.0 is not guaranteed.
Visual revisions for Pages
Revisions for Pages become visual: you can compare rendered layouts, images, and content using side-by-side or highlighted views and restore previous versions with a click. This helps recover complex visual elements (galleries, pricing blocks) more reliably. Visual revisions for posts are still planned for the future.
Cover block video backgrounds
The Cover block now supports video backgrounds via URL or upload. That enables looping hero sections with overlays (text, buttons) using core blocks—no extra plugin required.
Navigation block overlays and improvements
Mobile navigation gets better overlay options and template-part support. Menus can use customizable overlays and breakpoint-aware show/hide behaviors, producing consistent mobile hamburger menus without custom CSS media queries.
New Breadcrumbs and Icons blocks
Core now includes Breadcrumbs and Icons blocks. Breadcrumbs enhance navigation hierarchy and SEO and respect theme.json styling. The Icons block inserts and customizes SVG icons (color, size, background) from a pragmatic built-in set.
Per-block instance custom CSS
You can now add custom CSS to individual block instances from the block sidebar Advanced panel (not just a class name). This allows targeted styling—like changing a single button’s shadow—without child themes or complex selectors.
Pattern editing modes
Pattern-level editing modes add clarity: Spotlight mode isolates pattern content and dims the rest of the page, while an Isolated Editor mode supports editing synced patterns and template parts more safely and predictably.
Responsive Grid block and heading variations
The Grid block improves responsiveness by adapting layouts across screen sizes automatically. Heading levels (H1–H6) are exposed as block variations with quick-access controls in the toolbar and sidebar for faster structural changes.
Font Library for all themes
The Font Library UI is now available to all themes (not just block themes). Editors can browse Google Fonts, upload local fonts, and manage font collections regardless of the active theme.
Client-side media processing
Image resizing and compression can happen in the browser before upload. This reduces server load, improves upload reliability on slow connections, and supports modern image formats—helpful for performance-sensitive hosts.
Developer and performance changes
Key technical updates include:
– Abilities API and a standardized client-side registry for capabilities, improved command palette, and better search/filter support.
– Always-iframed post editor to keep the editor isolated from theme styles.
– PHP-only block registration: server-side block/pattern generation that auto-registers with the Block API and creates inspector controls.
– New UI primitives and components (dropdowns, tooltips, fieldsets) for consistent developer tooling.
– CodeMirror updated to 5.65.40 for improved editor extensibility.
– Minimum supported PHP increased: PHP 7.2 and 7.3 support dropped—update hosting environments before upgrading.
Conclusion and testing guidance
WordPress 7.0 advances the admin toward a more app-like experience and adds foundations for AI integrations and collaboration. Standout items are the Web Client AI API, visual Page revisions, per-block CSS, video backgrounds, and client-side media processing. Test features on staging or locally with the beta tester plugin; wait for the stable release for production sites and ensure your server meets the updated PHP requirements.