WordPress 7.0 Armstrong Released: What’s New DerrellUpdated on May 21, 2026 5 Minute Read WordPress 7.0 “Armstrong” was released on May 20, 2026, bringing AI integration into the core, a modernized admin dashboard, new blocks, and an expanded developer toolbox. More than 875 contributors built this release, including over 200 first-timers. Note: For the rescheduled launch timeline and descriptions of the beta and release candidate phases, see our earlier article on the WordPress 7.0 release date and planned features. What’s New in WordPress 7.0 WordPress 7.0 touches four major areas: AI integration, the admin experience, blocks and design tools, and developer APIs. Here is what matters most for site owners and developers on InMotion Hosting. AI integrated into core WordPress 7.0 ships a new AI Client in Core, a provider-agnostic interface that lets WordPress communicate with external generative AI models. A new Connectors screen in the dashboard serves as the central hub for managing those connections. It ships with three preset connectors so you can authenticate and start using AI features in a few steps. A companion Client-Side Abilities JavaScript package adds a built-in UI and command palette for triggering those features from anywhere in the editor. The AI Client in Core does not connect to any third-party AI service on its own. No data leaves your site until you configure a connection in the Connectors screen and explicitly enable it. An optional separate AI plugin extends the experience further with image generation and editing, title and excerpt generation, and alt-text suggestions. That plugin is a manual install. It does not ship with WordPress itself. Modernized dashboard The admin gets a new color scheme and visual refresh across all screens. Smooth view transitions animate the movement between admin pages. A Command Palette (keyboard shortcut Ctrl+K on Windows or ⌘K on Mac, also accessible via an icon in the upper admin bar) gives you fast access to tools from anywhere in the dashboard. A new dedicated font management page lets you install, upload, and manage your font collection regardless of whether your theme is a block, hybrid, or classic theme. The visual revision diff feature lets you scrub through revision versions to see layout and content changes at a glance before restoring. New blocks and design tools Four blocks are new in 7.0: Breadcrumbs, Icons, Heading (a discrete heading block separate from paragraph-level headings), and a redesigned Gallery with a built-in lightbox slideshow. The Navigation block’s overlay menu is now fully customizable with blocks and patterns, including columns, custom typography, and your own close button. Responsive controls let you show or hide any block based on the visitor’s device type without writing CSS or installing a plugin. You can also define custom breakpoints. Detachable Patterns let single-unit patterns act as isolated units with their own controls, so you can swap elements inside a pattern without breaking the surrounding layout. Block-level custom CSS is now a built-in block support, available directly in the editor sidebar for any block. For developers WordPress 7.0 adds PHP-only block registration: set 'autoRegister' => true in a block’s supports array and WordPress auto-registers it client-side via the block API with no JavaScript bundle required. The Site Editor gains routing and route validation hooks. A new @wordpress/boot package lets plugins build custom Site Editor pages using the same infrastructure WordPress uses internally. register_block_type( 'my-plugin/my-block', array( 'render_callback' => 'my_plugin_render_block', 'supports' => array( 'autoRegister' => true, ), ) ); The Interactivity API gains a new watch() function for subscribing to signal changes. DataViews and DataForms ship new Activity and Details layouts. WordPress 7.0 drops support for PHP 7.2 and 7.3 (see the hosting impact section below). Note for readers who followed the pre-release coverage: Real-time collaboration and co-editing, previewed during the beta and release candidate cycles, did not ship in the final 7.0 release. The official announcement, release notes, and Field Guide do not include the feature. Watch the WordPress 7.x point releases for a possible reintroduction. What WordPress 7.0 Means for Your InMotion Hosting Site If your site is on InMotion Hosting with auto-updates enabled for major versions, go to Dashboard > Updates to confirm whether your site is already running WordPress 7.0. If auto-updates are not enabled, you will see the update prompt there. Important: WordPress 7.0 drops support for PHP 7.2 and 7.3. The new minimum is PHP 7.4, and WordPress.org recommends PHP 8.3 or greater. If your site is running PHP 7.2 or 7.3, update your PHP version before upgrading WordPress. Use InMotion Hosting’s guide to changing your PHP version in cPanel to select a supported version. Sites already on PHP 8.0 or higher can upgrade without any PHP-side changes. Before upgrading any production site, create a full backup. InMotion Hosting includes cPanel backup tools on all cPanel-based plans. WordPress Hosting plans include backup features as part of the managed stack, but a manual snapshot taken immediately before an upgrade gives you a clean restore point if a plugin or theme conflict surfaces. Test plugins and themes on a staging environment before pushing the upgrade to production. The AI Client, the new responsive block controls, and detachable patterns all touch extension points that third-party plugins may interact with. If a plugin’s readme still says “Tested up to: 6.8” or earlier, contact the plugin author or test it on staging before upgrading. How to Upgrade to WordPress 7.0 InMotion Hosting customers have three paths to WordPress 7.0: Auto-updates: If you opted in to major-version auto-updates, your site may already be on 7.0. Verify by going to Dashboard > Updates in your WordPress admin. See How to Enable or Disable Automatic WordPress Updates to confirm or change your update settings. Softaculous in cPanel: Log in to cPanel, open Softaculous, find your WordPress installation, and use the one-click upgrade option. The step-by-step path is in How to Upgrade a Program Installed with Softaculous. Manual upgrade: Go to Dashboard > Updates in your WordPress admin and click Update Now. WordPress downloads and applies the update directly. For the complete list of changes, tickets, and file revisions in this release, see the official WordPress 7.0 release notes. Developers building with the new APIs will find the WordPress 7.0 Field Guide on the Make WordPress Core blog to be the most thorough reference available. Share this Article Derrell Willis Manager, Developer Relations More Articles by Derrell Related Articles WordPress 7.0 Armstrong Released: What’s New