Loading...

Knowledge Base

What Is WordPress 7.0?

The name of this update is “Armstrong,” and it is the first major release of WordPress for 2026 and an important moment during the almost 23 years of WordPress development history. The release date is May 20, 2026, and the new features are improvements over version 6.9 of WordPress.

This is the beginning of Phase 3 for Gutenberg, and there are major changes taking place concerning development on the WordPress platform. The whole discussion is more like moving away from talking about a new version, but rather focusing on changing WordPress from an authoring environment into a collaborative tool.

Bluehost Compatibility

WordPress version 7.0 is fully compatible with all Bluehost WordPress hosting plans. If you have the managed WordPress hosting plan, then your WordPress software will be automatically updated without the need for any manual effort.

Release Date & Background

The upcoming WordPress 7.0 is said to be among the most significant milestones in WordPress since 2018. The new WordPress 7.0 will be released on May 20, 2026. There was some delay in the release of WordPress 7.0 due to a technical issue on the software platform.

While 2025 sees a rather quiet year in 2025, 7.0 has plenty to bring. It is worth mentioning that the latest one would be 6.9, which was released in December of 2025 and focused on block-level comments, improvements on templates, and developers' APIs. However, WordPress 7.0 goes one step beyond that.

Key New Features in WordPress 7.0

New Creative Design Blocks

WordPress 7.0 adds several new native blocks and design capabilities:

  • Built-in breadcrumb navigation block (previously required a plugin)
  • Video background support within existing blocks
  • New block icons and UI element blocks
  • Additional layout design controls

WP AI Client Native AI Integration

WordPress 7.0 introduces the core WP AI Client and the Abilities API, a standardized framework built into WordPress core that allows AI tools to connect to external Large Language Models (LLMs) like Gemini, Claude, or OpenAI in a consistent, secure way.

That does not mean your blog posts will be written by AI automatically. The technology makes it possible to develop a standardized socket for AI plug-ins, guaranteeing a unified performance, enhanced security, and reliability regardless of whether you use a writing assistant, SEO application, or other automation.

Data Views Redesigned Admin Experience

WordPress is introducing Data Views, a new interface designed to make managing large volumes of content more flexible and efficient. Improvements include:

  • View and manage content more efficiently
  • Filter posts using advanced options
  • Customize how content is displayed

For agencies managing sites with hundreds or thousands of posts, this is a long-overdue improvement, especially useful for editorial teams who need to triage, filter, and bulk act on content at scale.

Responsive Block Visibility Controls

WordPress 7.0 has made it possible for you to either display or hide a block depending on whether it is being viewed on a mobile or desktop device without the need to write any custom CSS code. You can tag any particular block as mobile-only, desktop-only, or both.

Client-Side Media Processing

The optimization of images now takes place within the browser itself before uploading them to the server. This not only decreases the amount of work on the server but also increases the speed of uploading files.

PHP Only Block Registration

With the introduction of the PHP block registration API, developers can now create blocks purely through PHP programming, thus removing the need to know anything about JavaScript or React.

New System Requirements

WordPress 7.0 raises the minimum PHP version requirement, removing support for PHP 7.2 and PHP 7.3. Here’s a full breakdown:

Requirement Minimum Recommended Status
PHP 7.4 8.2 or higher RAISED in 7.0
MySQL 5.7 8.0+ Unchanged
MariaDB 10.4 10.6+ Unchanged
HTTPS Required Required Required
Apache/Nginx Current stable Latest LTS Unchanged
All current Bluehost WordPress hosting plans run PHP 8.1+ by default. You can verify and change your PHP version anytime from your Bluehost cPanel under Software → Select PHP Version. We recommend running PHP 8.2 for the best performance.

How to Update Your Site Safely

Given the scope of changes in 7.0, it’s strongly recommended that you follow a methodical upgrade process, especially if your site relies on third-party plugins or a custom theme.

Step 1: Back up your site completely

Before making any changes, make sure to take a complete backup that includes the database as well as other files. This can easily be done using Bluehost Website backup or the backup utility included with your control panel.

Step 2: Verify your PHP version

Check that your hosting environment runs PHP 7.4 or higher. PHP 8.2 is the recommended version for WordPress 7.0.

Step 3: Test on a staging environment first

Use the Bluehost’s one-click staging environment to run the update on a copy of your site. Check all pages, forms, and key plugin functionality before going live.

Step 4: Update plugins and themes

Check that all active plugins and your theme have been updated by their developers for WordPress 7.0 compatibility. Pay special attention to plugins that hook deep into the editor or admin UI, as the Data Views redesign may affect them.

Step 5: Run the WordPress update

From your WordPress dashboard, navigate to Dashboard, then to Updates, and click “Update Now.” The process typically takes less than a minute.

Step 6: Test your live site thoroughly

After updating, browse your site as a visitor and as an admin. Check the key page, checkout flows if you run WooCommerce, and any custom post types or blocks you rely on.

Plugins that extend the WordPress admin list tables or post management screens may need updates to work correctly with the new Data Views interface. Check with your plugin developers if you notice anything unexpected after updating.

WordPress 7.0 vs. 6.9

Feature/Area WordPress 6.9 WordPress 7.0
Admin Interface Traditional list-based views New Data Views with advanced filtering
AI Integration Plugin-only, no core standard Native WP AI Client + Abilities API
Editorial Collaboration Block-level Notes introduced Expanded Notes + inline feedback
Responsive Design Controls Limited block-level options Per-device block visibility built in
Media Uploads Server-side processing only Client-side browser optimization
Block Development Requires JavaScript / React PHP-only registration is now supported
Minimum PHP PHP 7.2+ PHP 7.4+ (7.2 and 7.3 dropped)
Video Background Blocks Not available Built-in support
Breadcrumb Block Requires plugin Native block included

WordPress 7.0 vs. Previous Versions

Q: What is the biggest difference between WordPress 7.0 and WordPress 6.9?

A: The biggest differences are the introduction of native AI infrastructure (WP AI Client and Abilities API), the complete redesign of the admin content management interface (Data Views), and the official launch of Gutenberg Phase 3. WordPress 6.9 was a solid incremental release focused on block-level commenting, and developer APIs 7.0 is a structural leap forward. The two also differ in minimum PHP requirement: 6.9 supports PHP 7.2, while 7.0 requires PHP 7.4 at minimum.

Q: Does WordPress 7.0 have real-time collaboration like Google Docs?

A: Not yet. Simultaneous editing in real time was supposed to be introduced in version 7.0, but had to be stripped out due to a serious architectural problem that became apparent to the core team during testing stages. This feature was mistakenly turning off WordPress query caches on websites. It was stripped out to maintain site performance. It should be rolled out in a future update, probably in version 7.1 (scheduled for August 2026) or beyond. As of now, the Multi-collab plugin stands out.

Q: Will my existing plugins and themes still work with WordPress 7.0?

A: Most well-maintained plugins and themes will continue to work. However, plugins that interact deeply with the admin list tables or post management screens may need updates due to the new Data Views interface. It’s best practice to check each plugin’s changelog for a “WordPress 7.0 compatible” note before updating your live site and always test on staging first.

Q: What does “Gutenberg Phase 3” mean, and why does it matter?

A: The Gutenberg project has been rolling out in phases since block editing launched in WordPress 5.0 (2018). Phase 1 introduced block content editing. Phase 2 expanded full-site editing. Phase 3 focuses on turning WordPress into a collaborative team workspace similar to the shift from Microsoft Word to Google Docs. WordPress 7.0 officially kicks off Phase 3, with more collaboration features to follow in 7.1 and 7.2.

Q: Do I need to do anything special on Bluehost to run WordPress 7.0?

A: For most Bluehost customers, no special action is required. All current hosting plans support PHP 7.4 and above. Managed WordPress customers will have the update handled automatically. Shared and cloud hosting customers can apply the update from their WordPress dashboard at any time.

Q: What is the WP AI Client, and will it replace AI plugins I already use?

A: The WP AI Client is a standardized framework built into WordPress core that allows AI tools to connect to external AI models in a consistent, secure way. It does not replace existing AI plugins; rather, it gives those plugins a better foundation to build on. Over time, plugins that adopt the WP AI Client will work more reliably together and will be discoverable by core AI features.

Q: Is WordPress 7.0 safe to install right away, or should I wait?

A: WordPress 7.0 went through an extended testing period of over three months before launching, including four beta releases and four release candidates. It is production-ready. However, if you manage a complex site with many plugins or custom code, it’s always wise to test a staging environment first and wait a few weeks for major plugin authors to push any compatibility updates.

Q: My site is still on PHP 7.3. Can I still update WordPress 7.0?

A: WordPress 7.0 will not install correctly on PHP 7.2 or 7.3, as those versions are no longer supported. You will need to upgrade your PHP version before running the WordPress update. On Bluehost, this takes just a few clicks: go to cPanel → Software → Select PHP Version, choose PHP 8.1 or 8.2, and save.

Q: What happened to the WordPress Classic Editor in version 7.0?

A: The Classic Editor plugin continues to function in WordPress 7.0 and is not deprecated. However, the long-term direction of WordPress is firmly toward the block editor, and each release brings the block editor’s capabilities further ahead. If you are still relying on the Classic Editor for key workflows, now is a good time to evaluate transitioning.

Q: What new blocks ship with WordPress 7.0?

A: The WordPress 7.0 release includes several new blocks: a breadcrumb navigation block, a video background option, further blocks with icons and UI elements, and increased layout options. Also, developers can use themes' block patterns and Style Variations to achieve more flexibility when creating customizations without fully developing the theme itself.

Summary

WordPress 7.0 is one of the most significant updates for WordPress, with the introduction of native artificial intelligence infrastructure, an entirely revamped admin panel design, and the first part of Phase 3 of the Gutenberg project. Below is everything you need to know about WordPress 7.0.

If you need further assistance, Bluehost Chat Support is available 24 hours a day, 7days a week while Bluehost Phone Support is available 7 days a week from 7 am-12 midnight EST. 

  • Chat Support -  While on our website, you should see a CHAT bubble in the bottom right-hand corner of the page. Click anywhere on the bubble to begin a chat session.
  • Phone Support -
    • US: 888-401-4678
    • International: +1 801-765-9400

You may also refer to our Knowledge Base articles to help answer common questions and guide you through various setup, configuration, and troubleshooting steps.

Loading...