Welcome to WordPress 7.0 “Armstrong”: AI Core, Fresh Admin, and What It Means for Your Support Tickets

A guide to the new AI core, fresh admin, and what it means for your support tickets.

The open-source community has officially dropped WordPress 7.0 “Armstrong”. Named in honor of the legendary jazz pioneer Louis Armstrong, this landmark release marks a major evolutionary shift for the CMS.

If you run a support desk, manage client sites, or look after your own WordPress installation, 7.0 introduces major architectural changes—most notably native AI infrastructure and a heavily modernized admin dashboard.

Here is a breakdown of what’s new, what’s changing for your day-to-day workflows, and how to update safely without crashing your site.

The Headline Features in 7.0

1. Built-in AI Infrastructure (The Abilities API)

WordPress is officially treating AI as core platform infrastructure rather than a plugin-only feature. Version 7.0 introduces a native AI Client in Core and a server-side Abilities API.

  • What it does: It lets your WordPress site securely communicate with external LLM providers like OpenAI (ChatGPT), Google Gemini, and Anthropic Claude right from a central "Connectors" hub in your dashboard.
  • The Application: Once connected, you can deploy tools to summarize text, alter writing tone, auto-generate image alt text, and build code blocks seamlessly inside the block editor.

2. A Fully Modernized Dashboard & Command Palette

The standard wp-admin dashboard has received its sleekest aesthetic overhaul in years, featuring modern color palettes, smoother transitions, and a brand-new Global Command Palette. By hitting ⌘K (Mac) or Ctrl+K (Windows), you can jump to any setting, page, or post instantly without clicking through nested side menus.

3. Visual Revision History

Say goodbye to staring at confusing, raw HTML text diffs when trying to restore old content. The new Visual Revision Slider lets editorial teams scrub through historical versions of a post with intuitive, color-coded markers (yellow for edits, green for additions, red for deletions).

4. Block Visibility & Native Additions

Designers and content creators gain much-needed layout independence:

  • Responsive Visibility: You can now toggle blocks to hide or show specifically on desktop, tablet, or mobile views without writing custom media queries.
  • New Core Blocks: Built-in Breadcrumbs and Icons blocks mean you can officially ditch one or two lightweight design plugins.
  • Universal Font Library: The centralized Font Library manager is no longer gated behind block themes; it now natively supports classic and hybrid themes as well.

Technical Prerequisites for Upgrading

Before pushing the button, double-check that your server stack meets the updated minimum baselines for 7.0:

RequirementMinimum RequiredRecommended Baseline
PHP Version7.4 (Up from 7.2.24)PHP 8.3+
DatabaseMySQL 8.0 or MariaDB 10.6MySQL 8.4 LTS

⚠️ Note: If your host is running outdated server environments below the minimum thresholds, WordPress 7.0 will automatically hide the update option to protect your site from a fatal error.

The Support Checklist: How to Update Safely

Major version shifts inherently come with a spike in support forum traffic. To avoid common upgrade pitfalls, follow this sequential rollout pipeline:

  1. Run a complete ecosystem backup: Critical Prerequisite. Do not rely on database-only backups. Take a snapshot of your full stack—database, core files, media uploads, themes, and plugins—using tools like WP-CLI, your host's control panel, or a dedicated backup plugin.

  2. Spin up a staging environment: Safe Testing Ground. Clone your live site to a private staging environment. Never test a major upgrade like 7.0 directly on live production traffic, especially if you run complex ecommerce (WooCommerce) or dynamic membership systems.

  3. Audit your third-party extensions: Compatibility Check. Review your active theme and plugins. Look for official developer declarations of WordPress 7.0 compatibility. Pay extra close attention to page builders, custom database queries, and older custom code structures.

  4. Execute the upgrade on staging first: Smoke Testing. Trigger the 7.0 update on staging. Once complete, turn on WP_DEBUG to check for PHP warnings. Test your essential workflows: log in, save a draft, run a test checkout, and verify that your public layout styling remains intact.

  5. Deploy to live production: Quiet Window Go-Live. Once staging proves stable, schedule a low-traffic window to back up your live site one final time, disable auto-updates temporarily, and pull the trigger on your live core upgrade.

Troubleshooting Common 7.0 Support Issues

If something goes sideways post-upgrade, check these common targets first:

  • The White Screen of Death (WSoD): Usually triggered by old themes or custom blocks utilizing deprecated functions. Access your site via FTP or your host file manager, check the error log file (wp-content/debug.log), and temporarily rename suspected plugin folders to isolate the culprit.
  • AI Connector Failures: If your AI tools aren't generating responses, head over to the new Connectors screen. Verify your API keys are properly scoped per connector, confirm your firewall isn't blocking outbound API requests to OpenAI/Gemini/Claude, and verify that your external provider accounts have active billing credits.
  • Where did Real-Time Collaboration go? If users are asking why Google-Docs-style live concurrent editing is missing, note that the core team deferred the real-time collaboration feature to version 7.1 to further refine database scaling and WebSocket stability. It did not ship in 7.0.

← Back to all posts

When something breaks, we’re ready to step in.

Sign up in under a minute, hand off the fix, and watch it happen in real time.