WordPress 6.9 is here, the final major release of 2025, and it focuses on improving workflow, collaboration, and native block functionality. Below is a concise walkthrough of the key changes and how to use them.
Overview
This release introduces built-in collaboration tools, block visibility controls, smoother editing interactions, new native blocks that reduce plugin reliance, email improvements, broader command palette access, significant AI foundations, performance optimizations, and developer-facing enhancements.
Collaborate with Block-Level “Notes”
– Add notes directly to individual blocks via the block menu to leave feedback, tag colleagues, reply, and resolve threads.
– View all notes for a page from the Notes button in the top toolbar.
– Notes are private to editors and don’t appear to site visitors—handy for editorial workflows.
Hide Blocks on the Front End (Block Visibility)
– A native Hide on Frontend option lets you keep blocks in the editor but hide them from visitors.
– Use the block menu to hide a block; find hidden blocks in List View (Document Overview) and toggle visibility back when ready.
– Great for drafting seasonal content or staging updates without new pages.
Smoother Drag and Drop
– Direct Drag and Drop lets you click and drag blocks without using a small handle, making block movement more intuitive and faster, similar to visual page builders.
New Blocks to Better Organize Content
– Accordion Block: Create collapsible sections natively; supports anchors for direct links to specific items (useful for FAQs and SEO).
– Terms Query Block: Display dynamic lists of categories or tags that update automatically as content changes.
– Math Block: Support for LaTeX and MathML, removing the need for third-party plugins on educational sites.
– Time to Read Block: Calculates and shows estimated reading time to encourage engagement.
– Fit Text: New typography option that scales headings and paragraphs to fill their containers for responsive hero sections.
Improved Email Handling and Inline Images
– The wp_mail function now supports inline images, enabling more professional-looking emails (password resets, notifications, receipts) that don’t rely on externally linked images.
– Note: This doesn’t resolve deliverability issues; using an SMTP solution (like WP Mail SMTP) is still recommended for reliable delivery.
Command Palette Available Everywhere
– The Command Palette (Ctrl/Command + K) is now available across the entire WordPress dashboard, letting you jump to settings, plugin pages, create content, or reach other admin screens quickly without navigation clicks.
AI Developments in WordPress 6.9
– Abilities API: A registry describing what WordPress, themes, and plugins can do in a machine-readable way—inputs, outputs, and permissions—so AI systems can discover and interact with capabilities safely and predictably.
– MCP Adapter: A bridge between the Abilities API and the MCP specification that standardizes connections for AI agents, with support for HTTP/STDIO and built-in error handling.
– PHP AI Client: A developer-facing client that simplifies adding AI features to plugins, works with major AI providers, and centralizes credential management so each plugin doesn’t require separate API keys.
Performance and Speed Upgrades
– Smarter Style Loading: Classic themes now load CSS only for blocks used on a page instead of all block styles, reducing unnecessary CSS.
– Less Render Blocking: Nonessential scripts (like emoji scripts) moved to the footer to improve perceived load times and LCP.
– Optimized Background Tasks: Scheduled tasks (Cron) generally run at shutdown to avoid slowing initial page loads.
Other Developer Changes
– Improved Block Bindings UI: Easier to bind block attributes to custom fields with simpler bind/unbind actions.
– PHP 8.5 Beta Support: WordPress 6.9 adds beta compatibility for PHP 8.5, helping readiness for newer server environments.
Conclusion
WordPress 6.9 makes the editor more collaborative and capable, introduces useful native blocks, lays groundwork for safer AI integrations, and improves performance. Notes, block visibility, and new blocks are especially helpful for teams and content creators.