A new major release of WordPress is just around the corner. With WordPress 7.0, the CMS continues its development after version 6.9 and brings numerous improvements for the editor, performance and developer tools.
WordPress is thus continuing its transformation into a modern, block-based publishing platform with a stronger focus on collaboration, design systems and more efficient content workflows.
In this article, we categorise the most important new features of WordPress 7.0 and explain what they mean for agencies, developers and website operators. You’ll find out which features await you, when the release will be available and how to optimally prepare your website for the update.
The WordPress 7.0 release at a glance
- Release date: The release of WordPress 7.0 is currently planned for 9 April 2026.
- Core features: The focus is on improvements in the block and site editor, the first real collaborative functions in the editor, a UI/UX update of the admin dashboard, a uniform AI interface in the core for integrating external AI models and plugins, new APIs for developers and further performance optimisations in the core.
- Update recommendation: First test in a staging environment, then go live (especially for complex setups).
When will WordPress 7.0 be released?
A major release such as WordPress 7.0 goes through a multi-stage development process to ensure maximum stability and security. According to current planning, version 7.0 is expected to be released in April 2026 .
The current WordPress 7.0 roadmap at a glance:
- Beta phase (19 February to 12 March 2026): In this phase, the first versions are made publicly available for testing. These versions are still in active development and should therefore not be used on live websites. Feedback from the community is particularly important in this phase in order to recognise and rectify errors at an early stage.
- Release Candidate (19 March to 2 April 2026): After several beta versions, the so-called Release Candidate (RC) follows. No new features are added from this point onwards. Instead, the core team focuses exclusively on fixing critical bugs and stability issues.
- Final release (9 April 2026): If the release candidate is stable, the final version will be published. The update will then be available directly via the WordPress dashboard.
The WordPress Core Team regularly publishes up-to-date information on the development status and discussions about new features in the official WordPress Development Blog.
The most important new features in WordPress 7.0
The upcoming update builds on the developments from WordPress 6.9 and bundles several initiatives to make WordPress fit for the future. Here are six key features you should know about.
1. first steps towards real-time collaboration in the editor
One of the most exciting developments in the WordPress ecosystem is the planned introduction of collaborative editing functions directly in the editor. This topic is part of the so-called phase 3 of the Gutenberg project, which focuses on improved workflows and collaboration.
And it is precisely these features that are now included in the new major release 7.0: In future, changes made by team members will be visible in real time by synchronising block content and several users who want to edit the same page will no longer block each other.
2. further development of the Site Editor
Full Site Editing (FSE) is being further expanded with WordPress 7.0 and is getting some new features and detailed improvements. The aim is to make the site editor more stable, more flexible and easier to use.
The improvements include, among others:
- More stable workflow: Working with block themes and global styles becomes more reliable and intuitive.
- Improved template management: Nested blocks, synchronised patterns and templates can now be edited directly in the editor – without having to switch pages to the template area. The creation and management of templates and reusable layout areas such as headers or footers is now clearer.
- New layout options: Extended block functions and layout tools enable more precise designs without additional page builder plugins.
- New blocks and block functions: New core blocks such as icon or breadcrumb blocks and extended block variations (e.g. for headings) are intended to make typical design functions available directly in the WordPress core.
- Text Indent: Paragraphs can now be indented. The first paragraph is excluded, all subsequent paragraphs are automatically indented.
- Text Columns: The paragraph block now supports native multi-columns without any additional plugins.
- Aspect ratios: Defined aspect ratios now also apply to wide and full alignment for image blocks.
- Dimension presets: Width, height and spacing can be defined as predefined presets and reused consistently.
Functions such as block variations, pattern editing and instance-specific CSS per block are also being continuously expanded. This means that layouts and design systems can increasingly be defined directly in the editor without additional theme code.
3. modernisation of the WordPress admin area
In addition to improvements in the editor, the WordPress project is also working on a gradual modernisation of the admin dashboard in order to adapt it step by step to the new look and UX of the FSE.
This update includes, among other things:
- Revised UI components: New interface elements such as dropdowns, tooltips and panels ensure more standardised operation.
- Modernised adjustments to colours, typography and interactions are intended to make the backend clearer and more intuitive.
- Smoother navigation: Improved loading times and smooth transition animations when switching between pages or opening dropdowns
- Client image processing: Uploaded images are now processed directly in the browser instead of on the server. This saves resources and provides support for modern image formats.
Expert opinion from Dominic Vogl: The new WordPress backend may not seem like a revolution at first glance, but it simply feels much fresher and more fluid than before. Animated page transitions everywhere, smooth dropdown openings and small interaction details: it’s precisely these little things that make a noticeable difference for me. It simply makes working in the WordPress dashboard a bit more fun again. – Dominic Vogl, Web Dev, Raidboxes
4 New possibilities for AI integration
Artificial intelligence is playing an increasingly important role in the WordPress ecosystem. Instead of integrating ready-made AI features directly into the core, the community is primarily working on technical foundations that enable better integration of AI tools.
This is done in WordPress 7.0 with the new AI Connector, which provides a basis for initial features with WordPress’ own AI Experiments plugin, among other things, and shows what will be possible with this new interface. In addition, connectors have already been implemented with which API keys from OpenAI, Anthropic and Google can be used for text and image generation, for example.
In the future, we will certainly see a large number of other plugins here that will use this native interface to bring interesting AI features into WordPress. Please tell us about your experiences.
Possible use cases for the connector are
- Automated text creation
- Content analysis
- SEO optimisation
- Personalised content
AI in WordPress
Find out how artificial intelligence is already being used in the WordPress ecosystem today, and what tools and plugins are available, in our comprehensive guide to AI in WordPress.
5 New opportunities for developers
WordPress 7.0 also brings some technical improvements for developers. The focus is on better supporting modern development standards and further simplifying work with blocks and APIs.
The most important developments include
- Improved block registration: For pragmatic and lean blocks and block patterns, these can also be registered and used completely on the server side and with PHP from 7.0 (e.g. to create pure WP query output).
- Advanced APIs: Enhancements to the REST API and new UI components facilitate the development of modern plugins and themes.
- Updated developer tools: Improvements in the code editor, such as an updated CodeMirror version, ensure better development workflows.
- Native PHP blocks: In future, blocks can be registered and rendered completely via PHP – without JavaScript or React overhead, as is the case with regular Gutenberg blocks.
WordPress is also undergoing further technical development. This includes continuous core optimisations and possible adaptations to more modern PHP versions in order to improve security and performance in the long term.
Expert opinion by Dominic Vogl: For me, PHP-only blocks are one of the most exciting features in WordPress 7.0. Finally, I can build simple, server-side rendered blocks completely in PHP, without wp-scripts, without a build pipeline, without a single line of JavaScript. Especially for lean custom blocks that only need PHP logic anyway, this is a welcome extension. Less overhead, faster development, cleaner code. – Dominic Vogl, Web Dev, Raidboxes
6. further performance improvements
Performance remains a key issue in WordPress development. WordPress 7.0 also comes with optimisations that can have a direct impact on loading times and user experience.
These include, among others:
- Optimised block rendering: Improvements in block rendering reduce the overhead when rendering complex layouts.
- Improved database queries: Optimisations in the core can reduce the server response time (TTFB).
- Enhanced lazy loading: resources such as images or media are loaded even more efficiently.
These improvements have a positive effect on important key figures such as core web vitals, loading time and SEO.
What does WordPress 7.0 mean for agencies and developers?
The update brings both opportunities and challenges for professional users.
For agencies
Advantages:
- More efficient processes: New approaches to real-time collaboration in the editor could simplify collaboration with customers and within the team in the long term.
- Fewer dependencies: A more powerful site editor and new core blocks reduce the need for extra costs for external page builder plugins in many projects.
- More modern websites: Better performance and a more powerful editor make it easier to build fast and low-maintenance customer projects.
Preparation/Challenges:
- Staging first: Never install the update directly live, but always test it in a staging environment first.
- Plugin compatibility: Check all plugins for compatibility with 7.0 before the update goes live (especially for customised extensions).
- Theme Check: Test older or heavily customised themes specifically for conflicts with new editor and block functions.
- Complex setups: WooCommerce shops, membership sites and similar installations require particularly careful testing.
- Ensure rollback: Make sure that your host offers a rollback option in case of an emergency.
For developers
Advantages:
- WP AI Client: WordPress 7.0 brings a provider-agnostic AI interface directly into the core. Plugins and themes can now address various external AI models via a standardised API without having to build their own integrations.
- PHP-Only Block Registration: Blocks can now be registered and rendered entirely via PHP – without JavaScript or a build pipeline. WordPress generates Inspector controls for common attribute types automatically.
- Block Bindings API: Pattern overrides now work with any custom blocks, no longer just with core blocks. This makes the connection of dynamic data sources to blocks much more flexible.
- DataViews & DataForm API: New layouts, controls (combobox, adaptiveSelect) and complete validation with error messages make the DataViews/DataForm components a fully-fledged framework for your own admin interfaces.
- Client-side Abilities API: The Abilities API introduced in 6.9 gets a client-side extension – with improved filtering, querying and integration into the Command Palette for more flexible UI capabilities in plugins.
Breaking Change:
- iframed Post Editor: As of WordPress 7.0, the editor only checks the blocks actually inserted in the post. If all of them use Block API v3+, iFrame mode is activated. Full enforcement does not yet take place in 7.0. This is only planned for WordPress 7.1. If you operate your own blocks with access to the global document, you should keep an eye on this.
Expert opinion by Dominic Vogl: With the WP AI Client, WordPress has now also created a native standard interface for AI integrations – and this is bigger than it seems at first glance. Instead of each plugin building its own OpenAI or Anthropic integration, there is now a standardised connector layer in the core. This means that if you connect one provider today, you can use another tomorrow without having to rebuild everything. This opens the door for meaningful, well-integrated AI features in WordPress in a way that was previously noticeably more complicated and customised. – Dominic Vogl, Web Dev, Raidboxes
Should you update to WordPress 7.0 immediately?
The answer is: it depends.
An immediate update can be useful for simple websites such as blogs or portfolios that use a modern plugin stack and run on a current PHP version.
More caution is required for more complex installations, such as WooCommerce shops, membership sites or websites with many individual customisations. Here, changes in the block editor, new core functions or plugin dependencies can lead to individual components having to be customised first.
Especially with major releases such as WordPress 7.0, it is therefore advisable to test updates in a secure test environment first. This way you can ensure that plugins, themes and individual functions continue to work smoothly.

How to test the WordPress update safely
An untested update on a live website is risky. Failures or errors can lead to loss of sales and damage to reputation. With a staging environment, you can test WordPress updates without jeopardising the live system.
This is how you proceed:
- Create a staging environment: A staging environment is a 1:1 copy of your live website in a protected, separate environment.
- Perform update: Install the WordPress 7.0 update in the staging environment.
- Test functions: Check all important areas of your website in the preview: Are plugins and theme still working correctly? Can pages be edited and saved? Are there any problems in the block editor or frontend?
- Prepare a rollback: Make sure that your host offers a simple rollback function so that you can quickly revert to the previous version in an emergency.
For agencies and freelancers who manage dozens of customer projects, a manual testing process is extremely time-consuming. This is exactly where a managed WordPress host like Raidboxes comes in. With our integrated staging function, you can create a secure test environment with just one click. You can test updates for WordPress, plugins and themes risk-free and only go live with the changes once you are sure that everything is working properly. This not only saves valuable time, but also gives you and your customers the security of knowing that their websites will run stably and perform well even after a major release.
Testing WordPress updates safely
Find out how to test updates without any risk and why a staging environment is essential for this in our comprehensive guide to WordPress staging.
What comes after WordPress 7.0?
WordPress 7.0 is just the first step in the further development of the platform in 2026. According to the official roadmap, the WordPress project is planning several major releases per year, which will gradually introduce new functions and improvements.
Further versions have already been announced:
- WordPress 7.1 (planned for August 2026): Further improvements to the Site Editor and collaborative workflows
- WordPress 7.2 (planned for December 2026): Expansion of collaboration features and first steps towards native multilingualism in the core
Conclusion: WordPress 7.0 brings important improvements for modern websites
With WordPress 7.0, the CMS is consistently continuing its course: a more modern editor, stronger developer APIs and the first foundations for collaborative workflows. The platform is becoming noticeably more flexible and future-proof.
For agencies, developers and professional website operators, this means one thing above all: more flexible blocks, native PHP block registration and AI connectors directly in the core. WordPress 7.0 makes agencies and developers less dependent on page builders and external tools.
As with every major release, the update should first be tested in a staging environment – especially for websites with many plugins or customisations. With Raidboxes, you can create a test environment with a click, check everything at your leisure and only go live when you are sure.
Frequently asked questions about the WordPress 7.0 release
When will WordPress 7.0 be released?
According to the current release plan, WordPress 7.0 will be published on 9 April 2026. As is usual with WordPress, the update will go through several beta and release candidate phases beforehand, in which developers and the community can test new functions and report possible bugs.
What are the most important new features in WordPress 7.0?
The most important innovations include
- the expanded Site Editor with new design tools and direct pattern editing
- New core blocks
- PHP-only block registration without JavaScript overhead
- the WP AI Client as a standardised AI interface in the core
- Performance optimisations
- First basics for collaborative workflows in the editor
Should I update to WordPress 7.0 immediately?
An immediate update can be useful for simple websites. However, for more complex projects with many plugins, customised themes or WooCommerce, it is advisable to test the update in a staging environment first to avoid compatibility issues.
Is WordPress 7.0 compatible with existing plugins and themes?
In most cases, existing plugins and themes will continue to work. Nevertheless, website operators should check after a major release whether their extensions have already been tested for the new WordPress version and updates are available in order to avoid potential conflicts.


Leave a Reply