WordPress 7.0, officially nicknamed “Armstrong” after jazz legend Louis Armstrong, landed on May 20, 2026 — and it’s the most transformative release since the Gutenberg block editor arrived in WordPress 5.0. This isn’t a routine patch. It rethinks how content creators collaborate, how the admin dashboard works, and how AI fits into the WordPress ecosystem. With contributions from over 875 developers worldwide (200+ first-timers), it delivers 420+ enhancements and bug fixes.
Below we break down every headline feature, compare WordPress 7.0 side-by-side with the previous major release (6.9), and walk you through how to upgrade safely.
What’s New in WordPress 7.0
The core theme of this release is “Workflows” — making everyday content tasks faster, smarter, and more collaborative without reaching for extra plugins.
Native AI Integration (WP AI Client)
WordPress 7.0 embeds a unified AI framework called the WP AI Client SDK and the new Connectors API. Instead of every AI plugin managing its own API keys and setup independently, there is now a shared infrastructure layer. Connect once to OpenAI, Google Gemini, Anthropic, or other providers — and every AI-powered plugin on your site inherits that connection automatically.
DataViews: Modernized Admin Tables
The old “WP List Tables” — those plain-text backend lists of posts, pages, and users that have barely changed since 2008 — are being progressively replaced by a new interface called DataViews. It supports multiple layout modes (grid or list), real-time filtering, bulk operations, and a much cleaner visual design that finally feels like a modern web application.
Block-Level Notes & @mentions
Real-time co-editing was removed before launch due to stability concerns, but a powerful asynchronous collaboration system did ship. Editors can now leave notes tied directly to specific blocks or text selections, tag teammates with @mentions, and resolve threads. A new dashboard widget surfaces all open notes across the site so nothing gets lost.
Full Site Editor Improvements
Full Site Editing gets significant polish: customizable navigation overlays, enhanced pattern editing, better block locking, and a much improved template hierarchy UI. Designers gain finer control over the visual system of a site without touching code.
PHP-Only Blocks (No React Required)
Developers can now register server-side blocks using PHP alone — no JavaScript or React build step needed. This dramatically lowers the barrier for WordPress developers who are comfortable in PHP but unfamiliar with the JS toolchain, and it makes simple, display-only blocks far easier to build and maintain.
Per-Device Block Visibility
Users can now show or hide any block on mobile, tablet, or desktop individually using a new viewport key inside blockVisibility metadata. This removes the need for many responsive-visibility plugins that developers previously relied on.
Redesigned Admin Dashboard UI
After years of minimal visual change, the admin panel gets a long-overdue refresh: a unified design system with consistent UI components, better accessibility, improved color contrast, and a coherent typography scale. The admin finally looks and feels like a single product rather than a collection of separate pages.
New Developer APIs
WordPress 7.0 ships an expanded Block Bindings API, improved Script Modules, a new Grid layout package for the editor, and a Playground MCP Server for local development. PHP minimum is now 7.4 (PHP 8.2+ recommended), dropping legacy 7.2 and 7.3 support.
⚠️ Real-Time Collaboration was pulled from 7.0. After race conditions, fuzz-testing failures, and memory concerns under concurrent load, the core team removed it on May 8, 2026. It will ship in a future release — 7.1 (expected August 2026) is the likeliest candidate.
🔄 WordPress 7.0 vs 6.9 — Side-by-Side Comparison
WordPress 6.9 (December 2025) was a solid incremental update focused on block-level commenting, better template management, and new developer APIs. Here is exactly what changed moving to 7.0:
| Feature | WordPress 6.9 | WordPress 7.0 ✨ |
|---|---|---|
| AI Integration | Abilities API (foundation only) | WP AI Client SDK + Connectors API — multi-provider native AI framework NEW |
| Admin Interface | Legacy WP List Tables throughout | DataViews replacing list tables — grid/list modes, live filter NEW |
| Admin Visual Design | Largely unchanged since 2013 | Unified design system, refreshed typography, better accessibility IMPROVED |
| Collaboration | Block-level commenting (basic) | Block-level Notes with @mentions, dashboard widget, thread resolution IMPROVED |
| Real-Time Co-editing | Not available | Planned but removed — coming in 7.1 DELAYED |
| Full Site Editing | Pattern management improvements | Navigation overlays, enhanced patterns, block locking, template hierarchy UI IMPROVED |
| Block Development | React/JS required for all blocks | PHP-only block registration — no JS build step needed NEW |
| Responsive Visibility | Plugin-dependent | Native per-device block visibility (mobile/tablet/desktop) NEW |
| PHP Minimum | PHP 7.2+ | PHP 7.4 minimum; PHP 8.2+ recommended UPDATED |
| Developer APIs | Block Bindings API (v1) | Expanded Block Bindings, Script Modules, Grid package, Playground MCP Server IMPROVED |
| Gutenberg Versions | Up to v21.x | Merges Gutenberg 22.0–22.6 into core UPDATED |
| Contributors | ~600 contributors | 875+ contributors, 200+ first-timers; 420+ enhancements & fixes IMPROVED |
✅ Bottom line: If 6.9 was a tune-up, WordPress 7.0 is a rebuild of core systems — AI infrastructure, the admin UI, and the developer experience all get a foundational overhaul that future releases will build on.
Who Benefits the Most?
Content Editors & Bloggers
The block-level Notes system is a game-changer for editorial workflows. You can leave precise feedback on any paragraph or image without messy email chains. The DataViews admin makes managing large post libraries considerably faster. And native responsive visibility means you can finally control what visitors see on different devices without a plugin.
Web Designers & Theme Developers
Full Site Editing refinements — particularly customizable navigation overlays and enhanced pattern editing — give you much more precise control over a site’s visual system. The admin redesign also means client handoffs look and feel more professional.
Plugin Developers
The new WP AI Client SDK and Connectors API mean you no longer need to build your own AI connection layer. PHP-only block registration cuts development time for simple blocks significantly. However, note that plugins relying on legacy WP List Tables UI or older PHP versions (7.2/7.3) will need updates.
Site Owners & Agencies
The unified AI infrastructure reduces the need for multiple overlapping AI plugins. The modernized admin is noticeably more intuitive for non-technical clients. The main risk is plugin compatibility — test carefully before updating production sites.
How to Upgrade Safely
WordPress 7.0 touches deep systems — the admin, editor APIs, and block architecture. Here’s how to upgrade without risking your live site.
- 1 Check your PHP versionGo to Tools → Site Health. PHP 7.2 and 7.3 are no longer supported. Upgrade to PHP 7.4 minimum, or ideally PHP 8.2+ for best performance and security before you do anything else.
- 2 Back up everythingFull database + files backup. Use UpdraftPlus, Duplicator, or your host’s backup tool. Don’t skip this step.
- 3 Test on a staging environment firstClone your site to a staging environment and update there first. Specifically test: page builders, SEO plugins, multilingual tools, WooCommerce extensions, and any plugin that customizes the editor or admin tables.
- 4 Update all plugins and themesCheck plugin changelogs for WordPress 7.0 compatibility notes. Plugins that hook into WP_List_Table or old block APIs are the most likely to need updates.
- 5 Update WordPress coreDashboard → Updates → Update Now. For large or complex sites, wait a few weeks for the plugin ecosystem to catch up if you’re not sure about compatibility.
- 6 Verify the front end and adminCheck your homepage, blog, contact forms, checkout (if eCommerce), and admin screens. Pay attention to any visual regressions in the editor or admin pages.
💡 Pro tip: If your site runs multiple complex plugins together, wait 2–4 weeks after launch before updating. The broader ecosystem catches up fast, and most compatibility issues are resolved in that window.
Final Verdict
WordPress 7.0 is the most important release in years
It lays the infrastructure for the next era of WordPress — native AI, a modern admin, and professional editorial workflows. The delayed real-time collaboration is the only real disappointment, but what did ship is coherent, stable, and genuinely useful. If you run a content-heavy, agency, or developer site, WordPress 7.0 is worth upgrading to — just do it safely via staging first.