WordPress 7.0, codenamed "Armstrong," went live on May 20, 2026. It's the first major version bump since the project jumped from 6.x, and the WordPress core team is calling it the biggest update since the block editor launched in 2018. That's not hyperbole — but the story of what didn't ship is just as interesting as what did.
The real-time collaboration that got cut
Let's get the drama out of the way. Real-time collaborative editing — the Google Docs-style "multiple people typing in the same document at once" feature — was supposed to be the headline of 7.0. On May 8, twelve days before release, the core team pulled it entirely. They found an architectural problem deep enough that shipping it would have created more headaches than it solved.
Instead, they shipped Notes: block-level comments that let you leave feedback directly on individual blocks inside the editor. Think Google Docs comments, but attached to a specific paragraph or image in your post. You can @mention teammates, thread replies, and resolve conversations. It works, it's useful, and it fills the gap while real-time editing gets punted to a future release (possibly 7.1, though nothing's confirmed).
For editorial teams who were counting on simultaneous editing, this is a letdown. For everyone else, Notes is genuinely handy — no more copy-pasting paragraph feedback from Slack or email into the editor.
The AI framework nobody expected in core
This is the sleeper feature of 7.0. WordPress now ships a WP AI Client — a standardized, provider-agnostic layer that any plugin can use to connect to AI services. Three official provider plugins exist for Anthropic, Google, and OpenAI. Install the one you want, configure your API key, and every plugin that supports the framework gets access immediately.
The optional AI plugin adds tools directly to the editor: generate titles and excerpts, create and edit images, suggest alt text. It's not trying to replace ChatGPT — it's plumbing. Standardized infrastructure that means plugin developers don't each have to build their own AI integration from scratch.
If you've been watching the WordPress AI ecosystem evolve through a dozen competing plugins with incompatible APIs, this is the project finally saying: here's the foundation, use it.
What else landed
DataViews replaces the old admin list tables. The posts screen has looked the same for over a decade. Now you can switch between layout views, filter and sort content faster, and search feels near-instant. It's the admin finally catching up to tools like Notion.
Visual revisions got a complete rethink. Instead of staring at raw text diffs, you get a visual timeline slider with block-level red/green highlighting. Scrub through, see what changed at each save point, restore in one click. If you've ever needed to roll back a page and had no idea which revision was right, this fixes that.
New blocks. The biggest batch in a single release: Accordion (collapsible content), Breadcrumbs (hierarchical navigation), Icon (built-in library, no plugin needed), Math (typeset expressions), Playlist (audio/video), and Term Query (taxonomy loops). The Heading block is now first-class — insert an H3 directly instead of inserting a heading and changing the level.
Viewport-based block visibility. Show or hide any block by screen size. Desktop-only hero section? Mobile-only CTA? Click the block, set the breakpoint, done. No plugin, no custom CSS.
Navigation Overlay Builder. A dedicated canvas for designing your site's nav menu with columns, font sizes, and pre-built templates. Finally, more than a simple list of links.
Admin visual refresh. New default color scheme, updated buttons, view transitions between pages. Small changes, but the dashboard feels noticeably more modern.
Before you hit update
This one matters if you manage client sites. The iframed editor's detection logic changed. Custom blocks that haven't updated to Block API version 3 might behave differently. Pattern editing defaults shifted — contentOnly mode is applied more broadly now.
Test on staging first. Use the WordPress Beta Tester plugin or spin up an environment at playground.wordpress.net. Run your standard workflows against it before touching production.
The bottom line
Real-time collaboration being cut hurts, but 7.0 still delivers more than any release in years. The AI Client in core is a strategic move that will pay off over the next few cycles. DataViews and visual revisions make the daily experience better immediately. And the new blocks fill gaps that have needed plugins for a long time.
If you're still on 6.9, there's no rush — but when you do upgrade, test first. This one has enough surface area that something will surprise you.
Sources: WordPress 7.0 Field Guide, GoDaddy: WordPress 7.0 AI Client, Fionta: WordPress 7.0 Release