WordPress 7.0 Armstrong Adds Native AI and Design‑Focused Features
Patch WordPress to 7.0 to unlock AI Client, Abilities API, and new blocks, then test plugin compatibility and adjust theme styles.
Patch WordPress to 7.0, review and update any custom blocks or plugins that rely on deprecated block APIs, test AI Client integration, and adjust theme styles for new font management.
Summary
WordPress 7.0, codenamed Armstrong, was officially released on May 20 2026, marking a decisive shift toward a design‑oriented operating system with built‑in artificial‑intelligence support. The launch follows a series of delays and is positioned as the most significant update to the platform in several years, offering a unified AI framework that eliminates the need for multiple, vendor‑specific integrations. The core introduces four foundational building blocks—WP AI Client, Abilities API, Connectors screen, and Connectors API—that together provide a provider‑agnostic architecture for AI services such as OpenAI, Google, and Anthropic. These components allow plugins to send prompts to any configured model, let AI agents perform administrative actions, and centralise external service management, laying the groundwork for future AI‑driven workflows in publishing, SEO, and site design.
In addition to the AI overhaul, Armstrong delivers a suite of design‑centric enhancements. Navigation overlays become fully customizable template parts, enabling designers to add social icons, search bars, or contact forms while automatically deprioritising images to protect the critical rendering path. Pattern editing now offers a “content‑only” mode that locks block structure and styling, exposing only editable content unless the user clicks “edit pattern.” New blocks include a responsive Grid that reflows across devices, a schema‑ready Breadcrumbs block, and an Icon block preloaded with 88 SVGs, eliminating the need for large font libraries. The Gallery block gains lightbox navigation, and the Query Loop, Heading, and Paragraph blocks receive performance and usability upgrades such as faster data fetching, improved heading hierarchy, and text column/indent support. Viewport‑based block visibility lets users hide blocks per device type without custom CSS, and blocks can now be registered entirely with PHP.
Armstrong also raises the minimum PHP requirement to 7.4, dropping support for PHP 7.2/7.3, and introduces a refreshed admin experience, optimised core code, and more efficient database handling. While real‑time collaboration features were expected, they were not shipped in this release. The combination of native AI integration and a comprehensive set of design tools positions WordPress as a more powerful, flexible platform for developers and designers alike, promising a future where AI agents can automate routine tasks and enhance creative workflows.
Key changes
- AI Client core integration enables communication with generative models via a central hub
- Abilities API and new Client‑Side Abilities JavaScript package provide UI and command palette
- Optional AI plugin adds image generation, title/excerpt creation, and alt‑text suggestions
- Modernized dashboard with new color scheme, global command palette (⌘K/Ctrl+K), and font‑management page
- New blocks: Gallery, Heading, Breadcrumbs, Icons, and a pattern system
- Responsive controls let blocks be hidden or revealed per device without affecting other viewports
- Menu overlay can be built entirely with blocks and patterns
- Custom CSS can be applied at the block level directly in posts or pages