WordPress Developers | February update prepares blocks for 7.0
WordPress Developer Blog has published its February 2026 developer roundup, highlighting a busy cycle before WordPress 7.0 Beta 1. Published on February 10, 2026, the update covers Gutenberg 22.4 and 22.5, always-iframed editor changes, viewport-based block visibility, per-block custom CSS, AI Experiments, Studio CLI improvements, UI components, theme updates, and Playground workflows.
WordPress prepares major editor and block updates ahead of version 7.0
The February roundup is especially useful for web designers and template creators because it shows how quickly WordPress is moving toward a more structured editor experience. Gutenberg 22.4 and 22.5 include several changes that affect blocks, themes, editor behavior, AI-assisted development, and local testing workflows.
For teams building WordPress sites, the main message is clear: WordPress 7.0 is approaching, and block-based workflows are becoming more powerful but also more system-driven. That means theme authors and site builders should test early, review custom blocks, and watch how upcoming editor changes affect real design systems.
What changed in the February developer roundup
One major highlight is the always-iframed post editor planned for WordPress 7.0. WordPress explains that block-based editors have used iframes for years to separate UI styles from block and theme styles, but older block API versions could still trigger the non-iframed post editor. The upcoming change aims to make the editing experience more consistent.
The roundup also highlights viewport-based block visibility, building on the Block Visibility feature introduced in WordPress 6.9. This direction could let editors control whether blocks appear across different viewport sizes, which is very relevant for responsive design, landing pages, and template systems that need cleaner mobile and desktop behavior.
New workflow signals for WordPress builders
Gutenberg 22.5 adds per-block instance custom CSS through the Advanced panel, allowing CSS to be applied to a single block instance. That can be useful for one-off styling, but it also needs careful discipline because scattered custom CSS can become difficult to maintain across larger sites.
The AI Experiments plugin also received updates, including excerpt generation, an Abilities Explorer admin screen, backend support for content summarization and image generation, improved documentation, and Playground preview builds. For agencies and template creators, these updates show how AI features are becoming more connected to WordPress admin and development workflows.
WordPress Studio CLI also received substantial command-line improvements, making it more useful with AI-assisted development tools such as Claude Code and Cursor. That is important because local WordPress development is becoming more scriptable, more portable, and easier to connect with agent-style tooling.
Why it matters for themes and template systems
Theme authors have several changes to watch. The roundup mentions improved text support for multiple blocks, AI-generated images being allowed in the theme directory when properly disclosed and licensed, removal of redundant default link styles, Breadcrumbs block updates, cleaner editor markup for several blocks, and aspect ratio support for Image blocks at all alignments.
The Tabs block is also being restructured with inner blocks for tab menus and panels, while Navigation overlays continue to receive design and behavior improvements. These changes matter because blocks are becoming more flexible, but theme authors need to test markup, styles, accessibility, and responsive output carefully.
For animetemplates, the practical takeaway is that WordPress design workflows are becoming more powerful at the block level. The best templates will not only look good; they will also respect editor behavior, semantic HTML, responsive rules, accessibility, and maintainable styling patterns.
Sources and Recommended Links
- What’s new for developers? (February 2026) | WordPress Developer Blog (Official)
- What’s new in Gutenberg 22.5? | Make WordPress Core (Official)
- AI Experiments | WordPress.org Plugin Directory (Official)