WordPress 7 is alive! AI Connectors, DataViews, PHP-Only Blocks and more…

Christos Paloukas

9 min read
WordPress_7.0_Blog post

If you’ve been following the WordPress development cycle over the last few months, you know the road to this week’s release wasn’t exactly a straight line. Originally slated for a synchronized launch during WordCamp Asia back in April, the core team made the tough call to push the release date back. Priorities shifted, massive architectural stress tests were run, and some highly anticipated features were pulled at the eleventh hour.

Welcome to WordPress 7.0, codenamed “Armstrong.” Named after the legendary jazz trumpeter Louis Armstrong, this release represents a monumental paradigm shift. Just as Armstrong transformed jazz from a rigid orchestral structure into a highly individualized solo art form, WordPress 7.0 is transitioning from a traditional content management system into a highly personalized, AI-driven application framework.

The future is officially here, and it is incredibly promising. This update is the establishment of an enterprise-ready AI integration infrastructure.

Let’s cut through the noise and look at the features that are actually going to change how you build and manage sites.

The AI Infrastructure: A Native Integration Layer

The absolute centerpiece of WordPress 7.0 is its native artificial intelligence infrastructure. Instead of forcing a proprietary model (like OpenAI or Anthropic) into the core software, WordPress has smartly built a standardized infrastructure layer.

This is huge for agencies and enterprises. It prevents vendor lock-in and lets site administrators dictate exactly which external models their infrastructure relies on.

  • Native AI Integration Layer & WP AI Client SDK: This acts as the primary abstraction layer between WordPress and external generative models. Using the new wp_ai_client_prompt() function, developers can easily chain commands (like using_temperature() or using_max_tokens()) to safely query LLMs using standard platform security and proxy configurations.
  • The Connectors API Hub: Say goodbye to pasting API keys into random third-party plugin settings. WordPress 7.0 introduces a centralized hub at Settings > Connectors. Site administrators can manage all external AI API keys from a single centralized hub instead of configuring them individually for every plugin.
  • Abilities API Client-Side Execution: A robust JavaScript architecture now exposes WordPress functionalities securely to browser agents, allowing dynamic interaction with the AI ecosystem.

A Security Warning for Enterprises: Right now, API keys inputted via the UI are saved as plaintext in the database. Until the upcoming encryption patch merges, we strongly advise enterprise deployments to use environment variables (e.g., ANTHROPIC_API_KEY in wp-config.php). Keep your credentials out of the database!

AI in Action: Everyday Editor Superpowers

So, what does this new AI stuff actually look like when you’re writing a post? The integration with the Gutenberg editor is seamless, bringing highly contextual generative tools right to your fingertips without ever needing to open a separate Gemini or ChatGPT tab.

  • AI Content Generation: The Rephrase Tool: Writer’s block is officially a thing of the past. By selecting any text block and clicking the new AI “sparkle” icon in the block toolbar, you can instantly prompt the editor to Shorten, Expand, or Rephrase your content. The system generates a suggested replacement in a sleek modal window, allowing you to review the diff before hitting “Accept.”
  • AI Content Generation: Generate Summary: Need a quick excerpt or an executive summary at the top of your post? With a single click of the “Generate Summary” button in the right-hand document sidebar, WordPress will instantly analyze your entire article and insert a dedicated “Content Summary” block summarizing your work.
  • AI Content Generation: Generate Alt Text: Web accessibility is no longer a tedious chore. When you click on an Image block, the media sidebar now features a “Generate Alt Text” button. The integrated AI will use vision models to analyze the image and automatically populate highly descriptive, screen-reader-friendly alt text (for example, instantly recognizing and describing “A grey cat sits on a leather stool, surrounded by a cluttered floor of keyboards…”).

Admin & UI/UX Updates

WordPress 7.0 begins a major transition in the visual and functional paradigm of the wp-admin dashboard. We are moving away from legacy PHP-rendered screens toward a more fluid, React-based application architecture.

  • The Rollout of DataViews: For over a decade, list tables governed how we viewed Posts, Pages, and Media. WordPress 7.0 completely replaces the legacy WP_List_Table with DataViews; a modern, highly extensible data grid interface featuring dynamic density controls and timeline-based activity layouts.
  • Cross-Document View Transitions: The administrative dashboard now mimics a Single Page Application (SPA) with smooth, animated transitions between screens instead of jarring page reloads.
  • Global Command Palette: The powerful Command Palette (Cmd+K / Ctrl+K) is now universally accessible across the entire WordPress admin dashboard via keyboard shortcuts. Power users, rejoice.
  • UI Polish: The interface drops the old blocky aesthetic in favor of rounded corners, refined shadows, modernized loading spinners, and a high-contrast color scheme.

More Editor & Design Tools

You know our philosophy: if Core can do it, kill the plugin. WordPress 7.0 eliminates the need for a massive chunk of utility plugins by bringing highly requested design tools natively into Gutenberg.

  • Responsive Block Visibility Controls: Editors can easily toggle block visibility for desktop, tablet, and mobile viewports natively within the block toolbar without relying on custom CSS or heavy third-party plugins.
  • In-editor Revisions (“The Time Machine”): Say goodbye to the archaic, code-heavy text-diff interface. A responsive slider bar now overlays historical document states against the current version, visually highlighting precise changes directly in the document hierarchy.
  • New Core Blocks (Breadcrumbs & Icon): The core library expands with a native Breadcrumbs block for instant SEO-friendly navigation and an Icon block for directly embedding scalable vector graphics (SVGs) without touching raw HTML.
  • Universal Font Library: Unified and expanded from 6.5, typography management now has a dedicated screen under the Appearance menu, establishing feature parity across all theme types.
  • PHP-Only Block Registration: This is arguably the most praised developer feature in this release. You can now register and deploy interactive blocks entirely server-side using simple PHP, eliminating the need for a complex React and Node.js build process. By simply adding "autoRegister" => true inside your register_block_type() function, the block is automatically exposed to the editor.

New PHP & MySQL Baselines

While the UI is stunning, the server-side requirements in 7.0 are what will actually keep your stack fast, secure, and capable of handling complex AI tasks.

  • Modernized Environmental Baselines: WordPress is cleaning house. Version 7.0 strictly mandates a minimum of PHP 7.4 (though PHP 8.3 is heavily recommended for optimal AI token processing), and MySQL 8.0+ or MariaDB 10.6+ to optimize memory efficiency. Production environments on legacy PHP versions will be hard-locked to the 6.9 branch.

Try our Award-Winning WordPress Hosting today!

The Back and Forth: What Got Cut

As mentioned, this release was delayed, and some heavily hyped Phase 3 features didn’t make the cut.

  • The Removal of Real-Time Collaboration (RTC): The highly anticipated Google Docs-style collaborative editing was strategically excised at the last minute to prevent scaling failures, severe race conditions, and server memory leaks.
  • Reversion of Client-Side Media Processing: A feature intended to compress images in-browser via WebAssembly was shelved after it caused widespread image upload crashes during beta testing.
  • No “Twenty Twenty-Six” Default Theme: In a rare deviation, this release skips the annual default theme to focus all design resources exclusively on the new administrative architecture and Phase 3 components.

Instead of pushing broken features to meet a marketing deadline, the core team pulled them out to preserve ecosystem stability. We at Pressidium applaud this architectural prudence. We’ll happily trade a delayed feature for a stable core any day of the week.

Looking Ahead: Dynamic Data and Future Phases

While 7.0 is a massive leap forward, the WordPress roadmap shows no signs of slowing down. The core team is already laying the groundwork for some highly anticipated features in upcoming releases.

First, it’s impossible to ignore the massive strides being made with the Block Bindings API. The roadmap goal is clear: make Gutenberg fully dynamic natively. The Block Bindings API allows you to link native core blocks (like a Paragraph or Image block) directly to registered custom fields (post meta). While powerful plugins like Advanced Custom Fields (ACF) will still be the go-to for creating complex input UIs on the backend, rendering and binding that custom data to the front end will increasingly happen 100% natively in WordPress Core.

Looking toward the next major releases, we also have two massive features on the horizon:

  • The Return of Real-Time Collaboration: The Google Docs-style co-editing that was strategically delayed in 7.0 is undergoing heavy refactoring. A stable, memory-efficient version of multi-author collaboration is expected to debut in the 7.1 cycle.
  • Phase 4 (Native Multilingual Core): The Rosetta Stone of WordPress development. The roadmap is officially pivoting towards Phase 4, which aims to bring native multilingual and translation capabilities directly into Core, significantly reducing the reliance on heavy third-party translation plugins.

Conclusion: The Future is Open

WordPress 7.0 isn’t just adding features; it’s building the infrastructure for the next decade of the web. By sacrificing the immediate gratification of real-time collaborative editing, the core team stabilized a highly sophisticated, provider-agnostic AI infrastructure that enterprise agencies can actually trust.

Despite the turbulent roadmap, the ecosystem is proving it’s more relevant than ever.

But as always…don’t test in production. With massive architectural shifts like DataViews replacing WP_List_Table, and new strict JSON schema validation in the Abilities API, you want to make sure your custom plugins behave before you hit update on your live site.

Spin up a staging environment on Pressidium, test your AI Connectors, push it to the limit, and then deploy with confidence.

Start Your 14 Day Free Trial

Try our award winning WordPress Hosting!

OUR READERS ALSO VIEWED:

See how Pressidium can help you scale
your business with ease.