WordPress 7.0 beta 1 is available for testing ahead of the planned April 9, 2026 release. This update introduces several meaningful changes that reshape content creation and site management: AI integration foundations, a refreshed admin experience, and collaboration and editing improvements. Do not run the beta on a live site; use a staging or local environment and the WordPress Beta Tester plugin.
TL;DR
– Real-time collaboration for simultaneous editing (in development).
– Web Client AI API to store credentials and standardize AI integrations.
– Admin visual refresh with smoother view transitions and new typography/color.
– New Breadcrumbs and Icons blocks; multiple block enhancements.
– Visual revisions for Pages, Cover block video backgrounds, per-block custom CSS, responsive Grid, pattern editing modes, and client-side media processing.
– Developer-facing updates: Abilities API, always-iframed editor, PHP-only block registration, UI primitives, CodeMirror update, and dropped PHP 7.2/7.3 support.
Admin Visual Refresh & View Transitions
The dashboard receives a visual uplift: a fresh default color scheme, updated typography, and modern layout. Navigation between admin screens feels smoother thanks to view transitions that avoid hard reloads, offering a faster, app-like experience and reduced visual strain.
Web Client AI API
WordPress 7.0 introduces a Web Client AI API that centralizes generative AI access in the admin. It works with the Abilities API to let users securely store AI credentials and gives plugin/theme developers a standard way to build AI features in the block editor. This foundation enables content generation, summarization, and admin automation as developers build on top of it.
Real-Time Collaboration (In Development)
A sync engine for real-time collaboration is under active development (not included in beta-1). If included in the final release, it will allow multiple users to edit the same post or page simultaneously, show inline comments and notes in real time, and support offline edits—similar to Google Docs—beneficial for editorial teams. Its inclusion in 7.0 is not guaranteed.
Visual Revisions for Pages
Revisions become visual for Pages: you can compare rendered layouts, images, and content in side-by-side or highlighted views within the editor, then restore previous versions with one click. This makes recovering visual elements like galleries or pricing tables much easier. Visual revisions for posts remain hoped-for future improvements.
Cover Block Video Embeds
The Cover block now supports video backgrounds via URL/upload. You can create looping hero sections with overlays (text, buttons) without extra plugins, enabling dynamic headers and attention-grabbing designs using core blocks.
Navigation Block Overlays & Improvements
Mobile navigation gains better overlays and template-part support. Menus can use customizable overlays and show/hide behaviors based on breakpoints, producing clean hamburger menus and reliable mobile experiences without custom CSS media queries.
New Breadcrumbs and Icons Blocks
Core adds Breadcrumbs and Icons blocks. Breadcrumbs improve navigation hierarchy and SEO, adapt to theme.json styles, and help users and search engines. The Icons block inserts and customizes SVG icons (color, size, background) without added plugins; the library is pragmatic though not as extensive as some third-party sets.
Per-Block Instance Custom CSS
You can add custom CSS to individual block instances via the Advanced sidebar panel, not just a class name. This lets designers tweak single elements (e.g., one button’s drop shadow) without child themes or complex selectors.
Pattern Editing Modes
Pattern-level editing modes improve clarity. Spotlight mode isolates pattern content and dims the rest of the page, while an Isolated Editor mode supports synced patterns and template parts for focused editing and greater control.
Responsive Grid Block
The Grid block gains improved responsiveness, adapting layouts across screen sizes automatically so image and structural displays behave consistently without manual column tweaks.
Heading Block Variations
Heading levels (H1–H6) are registered as block variations, with quick-access controls in the toolbar and sidebar for faster heading changes, simplifying content structure and aiding SEO and readability.
Font Library Enabled for All Themes
The Font Library UI is now available for all themes, not just block themes. Site editors can browse Google Fonts, upload local fonts, and organize typography collections regardless of the active theme.
Client-Side Media Processing
Image resizing and compression can occur in the browser before upload, reducing server load, improving upload reliability on slow connections, and supporting modern image formats—boosting performance and saving hosting resources.
Under the Hood: Developer & Performance Updates
Notable technical changes include:
– Client-side Abilities API: standardized registry for capabilities, Workflows API, improved command palette, and search/filter support.
– Always-iframed post editor: consistent editor isolation from theme styles.
– PHP-only block registration: server-side block/pattern generation that auto-registers with the Block API and creates inspector controls.
– UI primitives & components: new standardized elements (dropdowns, tooltips, fieldsets).
– CodeMirror update to 5.65.40 for better code-editing extensibility.
– Dropped support for PHP 7.2 and 7.3—update servers accordingly.
Conclusion
WordPress 7.0 feels like a notable step toward a modern, app-like admin and a more powerful block editing experience. Highlights include the AI Web Client API and potential real-time collaboration, plus practical editing and design improvements—visual revisions, block-level CSS, video backgrounds, and responsive grid behavior. For testing, use staging/local sites and the beta tester plugin; production sites should wait for the stable release and ensure server compatibility (PHP version).
