WordPress.org published a roadmap for version 7.2, targeting an early December 2026 release. The post lists features currently in active development. WordPress.org notes none of them are guaranteed to ship in the final release.

Security gets three new pieces

Three security initiatives stand out for site owners:

  • Sudo mode adds a re-authentication step before sensitive admin actions, similar to re-entering your password before changing account settings on other services.
  • A new Secrets API gives plugins a proper, first-class way to store credentials like API keys, instead of each plugin inventing its own storage method.
  • Application Passwords, the feature that lets other apps connect to your site, get hardening: clearer prompts, email notifications when one is created, and safer default permissions.

Collaboration and writing get easier

The Notes feature, WordPress’s built-in commenting and collaboration tool, adds a suggestion mode so editors can propose changes for a writer to accept or reject, plus emoji reactions and toolbar shortcuts.

Error messages get clearer too, with a copy button so you can paste the exact error into a support request instead of retyping it.

A new look for the admin bar, and a new default theme

The admin bar and menu icons switch from an older icon font to SVG images, which render more reliably and work better with screen readers.

WordPress 7.2 also ships a new default theme called Ipsum, a minimal blank-canvas design replacing the year-named defaults WordPress has shipped since 2010. WPWithin covered Ipsum in detail earlier this week.

For developers, but with knock-on effects for site owners

The Site Editor becomes extensible, letting plugin authors register their own screens and settings inside it for the first time. Global Styles gains the ability to style form elements without custom CSS, and two new blocks arrive: Description List and a long-awaited Table of Contents block.

What to do

Nothing yet. WordPress 7.2 is still in development and not guaranteed to keep every feature listed here. When the release gets closer, test it on a staging site before it reaches your live site through automatic updates.


End of article