In 2015, we were talking about the REST API. In 2026, the conversation has shifted to Data Liberation and Real-Time Collaboration.
WordPress powers over 45% of the web, but it faces stiff competition from closed platforms (Webflow, Shopify, Wix). To survive and thrive, the WordPress project has a bold roadmap. Here is what you need to know to stay relevant as a developer.
Phase 3: Collaboration (the Google docs era)
We are currently deep in Phase 3 of Gutenberg: Collaboration. The goal is simple: multiple authors editing the same post at the same time, seeing each other’s cursors.
Why this matters for developers:
- The Synced Block Store: Changes are no longer just saved to the DB on “Update”. They are synced via WebSockets.
- Conflict Resolution: Your custom blocks must handle concurrent edits without breaking JSON validity.
Phase 4: Multilingual (core integration)
For 20 years, we relied on plugins like WPML or Polylang. The roadmap indicates that Multilingual support is coming to Core.
The Impact:
- Standardized Schema: No more different database tables for translations.
- Unified API:
get_post( $id, $lang )will eventually become native. - Theme Authors:
theme.jsonwill support localized variations natively.
Data liberation (the open web)
The “Data Liberation” project is Matt Mullenweg’s initiative to ensure users can move away from closed platforms (Wix/Squarespace) and into WordPress easier than ever.
It also means moving out of WordPress should be seamless.
- One-Click Migration: Standardized export formats (JSON/ZIP) that include media, blocks, and settings.
- Canonical Plugins: A set of community-maintained plugins that “just work” for migration.
The admin redesign (mp6 v2)
The WordPress Admin (wp-admin) hasn’t fundamentally changed since 2012 (MP6).
A massive redesign is underway to unify the Site Editor and the Dashboard.
- React Everywhere: The classic PHP-based admin screens (Settings, Tools) are being rewritten in React/Interactivity API.
- Unified Design System: Components from the Block Editor are taking over the admin sidebar.
What should you learn?
If you want to be a WordPress developer in 2030:
- JavaScript Deep Dive: PHP is for the server API. The UI is 100% JS.
- React & JSX: Essential for building blocks and admin interfaces.
- Headless Concepts: Decoupling the CMS from the frontend is becoming easier with the canonical API.
WordPress is not slowing down. It is maturing into a modern application framework. Are you ready?



