---
title: "WordPress 7.0: What's new and what it means for developers"
url: https://daily.dev/posts/wordpress-7-0-what-s-new-and-what-it-means-for-developers-bxtug3jp5
source_url: https://daily.dev/posts/wordpress-7-0-what-s-new-and-what-it-means-for-developers-bxtug3jp5
type: collection
source: "Collections"
published: 2026-05-22T09:46:02.317Z
updated: 2026-05-29T10:03:50.032Z
tags: ["php", "wordpress"]
reading_time: 4
upvotes: 32
comments: 3
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# WordPress 7.0: What's new and what it means for developers

**[Collections](https://daily.dev/sources/collections)** · 4 min read · 32 upvotes · 3 comments

## Summary

WordPress 7.0 'Armstrong' released May 20, 2026, introducing an AI Connectors screen for integrating OpenAI, Gemini, and Claude via a new WP AI Client and Abilities API. The block editor gains responsive visibility controls, per-block custom CSS, visual revisions, and three new blocks (Icons, Breadcrumbs, Headings). A site-wide Command Palette (Cmd/Ctrl+K) lands in the admin UI. PHP minimum is raised to 7.4, and developer-facing additions include pseudo-element support in theme.json, Block Selectors API, WP-CLI 3.0, and expanded DataViews/DataForms APIs. 24 Core and 16 Gutenberg accessibility fixes target WCAG 2.2 AA compliance. Real-time collaboration was cut from this release. A known publishing screen bug affects non-block editor on custom post types; WordPress 7.0.1 is planned for mid-to-late June.

## Content

WordPress 7.0, named "Armstrong," shipped on May 20, 2026. Here's a rundown of what's actually in it, what it means for developers and site owners, and what got left on the cutting room floor.

## AI infrastructure

The headline feature is a new **AI Connectors screen** in the admin dashboard. From one place, you can connect your site to OpenAI, Google Gemini, or Anthropic Claude by entering API keys. Under the hood, this is powered by a new WP AI Client and Abilities API — a standardized layer that lets plugins and themes tap into whichever AI provider you've configured.

For ACF PRO users specifically, ACF fields are already wired into this system via ACF 6.8's Abilities API integration, meaning your custom fields can participate in WordPress's AI data layer without extra work.

Real-time collaboration was originally planned for 7.0 but got pulled before release. It's still in development through the Gutenberg plugin.

## Block editor changes

Several practical additions landed in the editor:

- **Responsive visibility controls** — show or hide individual blocks per device type without a plugin
- **Per-block custom CSS** — add CSS directly to any block from the editor
- **Visual revisions** — color-coded diff view for comparing content versions
- **Three new blocks** — Icons, Breadcrumbs, and Headings

PHP-only block registration is now supported in Core, which validates an approach ACF Blocks has used for years. That said, Core's implementation is still more limited than what ACF Blocks offers.

Block Bindings got an update too: bidirectional sync with ACF fields is now possible via the new datastore, which reduces the need for custom workarounds when connecting fields to block attributes.

## Admin UI

The admin interface got a refresh with faster screen transitions and a site-wide **Command Palette** (Cmd/Ctrl+K), similar to what you'd find in VS Code or Notion. It's a small thing that adds up quickly if you're navigating between screens frequently.

## Accessibility

7.0 ships 24 Core accessibility fixes and 16 Gutenberg fixes, all targeting WCAG 2.2 AA compliance. The practical improvements include:

- Media library voice control support
- Automatic import of alt text from IPTC photo metadata
- Color contrast fixes in the admin dashboard
- Screen reader verbosity improvements
- Keyboard navigation for DataViews grids
- Forced-colors mode support
- Gallery lightbox accessibility fixes

All new features — the Icons block, Connectors screen, visual revisions — went through accessibility review before shipping.

## Developer changes

- **PHP minimum raised to 7.4**
- Pseudo-element support in theme.json
- Block Selectors API
- Font Library now available across all theme types, not just block themes
- WP-CLI 3.0
- Expanded DataViews and DataForms APIs
- Interactivity API improvements

## What's broken and what's being fixed

A publishing screen bug (ticket #65286) affects the non-block editor on custom post types, even without the Classic Editor plugin installed. The team is deploying fixes through both the Classic Editor plugin (which has 9M+ active installs) and the Hotfix plugin to cover as many sites as possible.

WordPress 7.0.1 is planned for mid-to-late June. WordPress 7.1-alpha is already in active development.

## Ecosystem updates around the same time

A few plugin and ecosystem changes landed around the 7.0 release worth knowing about:

- **StellarWP** rebranded as **Liquid Web Software**, affecting GiveWP, LearnDash, Kadence, and others
- **MemberPress** added native direct messaging via ClubConnect
- **WPConsent** rolled out Google Consent Mode V2 support
- **Charitable** added abandoned donation recovery and new payment gateways
- **WPForms** launched a native Klaviyo addon
- **MonsterInsights** launched Charlie Chat for plain-English GA4 queries
- **HelpJet** offers AI-trained customer support chatbots
- **Uncanny Agent** brings conversational AI for site management tasks

None of these are part of WordPress Core, but they reflect where the plugin ecosystem is heading alongside the new AI infrastructure in 7.0.

## Community discussion

Top comments from developers on daily.dev.

**@o251298** · 0 upvotes

> Interesting direction for WordPress development

**@thorazine** · 0 upvotes

> What in the world… php 7.4 end of life was in November 2022! Shame… shame… shame…

## Similar posts on daily.dev

- [WordPress 7.0 Ships with AI Foundations in Core, a Modernized Admin, and New Design Tools](https://daily.dev/posts/wordpress-7-0-ships-with-ai-foundations-in-core-a-modernized-admin-and-new-design-tools-ynmhigeoy) · InfoQ · 10 upvotes · 2 comments

---

Tags: [#php](https://daily.dev/tags/php), [#wordpress](https://daily.dev/tags/wordpress)

[View this post on daily.dev](https://daily.dev/posts/wordpress-7-0-what-s-new-and-what-it-means-for-developers-bxtug3jp5)
