WordPress 6.9 is here, the final major release of 2025, focused on improving workflow, collaboration, and native features that reduce the need for extra plugins. Below is a concise tour of the most important changes and how to use them.
Quick overview
– Block-level Notes for inline collaboration
– Hide blocks on the frontend (Block Visibility)
– Direct drag-and-drop block movement
– Several new native blocks (Accordion, Terms Query, Math, Time to Read, Fit Text)
– Improved email handling with inline images
– Command Palette available across the dashboard
– AI platform improvements (Abilities API, MCP Adapter, PHP AI Client)
– Performance and background-task optimizations
– Developer updates, including PHP 8.5 beta support
Collaborate with Block-Level “Notes”
A built-in Notes feature lets you attach comment threads directly to individual blocks. Use the block menu → Add note to leave feedback. Team members can reply, tag others, and resolve threads. Click the Notes button in the top toolbar to view all notes on a page. Notes are private to editors and don’t appear to site visitors, streamlining editorial workflows.
Hide Blocks on the Frontend (Block Visibility)
You can now hide blocks from the public site without removing them from the editor. Choose Hide from a block’s three-dot menu; the block disappears from the visual canvas but remains in List View (Document Overview) where you can restore it. This is useful for drafting seasonal content or prepping updates without creating separate pages.
A Smoother Drag-and-Drop Experience
Direct Drag and Drop removes the need to grab a tiny handle. Click and drag blocks more intuitively to reorder content, making the editor feel more like a visual page builder and speeding up layout adjustments.
New Blocks to Better Organize Content
WordPress 6.9 adds powerful native blocks that replace common plugin use cases:
– Accordion Block: Create collapsible sections for FAQs or long content. Supports anchors, so you can link directly to a specific panel.
– Terms Query Block: Dynamically display a list of categories or tags, updating automatically as content is added.
– Math Block: Render LaTeX and MathML equations natively—helpful for educational and scientific sites.
– Time to Read Block: Calculates and displays estimated reading time for posts—good for user engagement.
– Fit Text Typography: New Fit Text option for headings and paragraphs that automatically scales text to fit the container for responsive hero sections.
Improved Email Handling and Inline Images
The wp_mail function now supports inline images, so WordPress-generated emails (password resets, notifications, receipts) can include images embedded in the message body rather than relying on remote images that may break. This improves the visual quality of emails but does not fix deliverability; for reliable sending, use a transactional SMTP service or a plugin like WP Mail SMTP.
Command Palette Available Everywhere
The Command Palette (Ctrl/Command + K) is no longer limited to the Site Editor — it’s accessible across the entire WordPress dashboard. Use it to quickly jump to settings, pages, plugins, or create new posts without navigating menus, improving keyboard-driven workflows.
AI Developments in WordPress 6.9
WordPress 6.9 includes foundational AI tooling aimed at standardized, secure AI integrations:
– Abilities API: A machine-readable registry that describes what plugins and themes can do (inputs, outputs, permissions). It creates a shared vocabulary that AI systems can use to understand site capabilities.
– MCP Adapter: Connects the Abilities API to the MCP specification, providing a standardized bridge for AI agents to interact with sites (supports common connection methods and error handling).
– PHP AI Client: Simplifies adding AI features to plugins, works with major AI providers, and centralizes credential management so you don’t need separate API keys for each plugin.
Performance and Speed Upgrades
WordPress 6.9 introduces several optimizations:
– Smarter style loading for classic themes: only load CSS for blocks actually used on a page.
– Less render blocking: moving non-critical scripts (like emojis) to the footer to help LCP.
– Optimized background tasks: scheduled tasks (cron) now run at shutdown to avoid slowing page loads.
Other Developer Changes
– Block Bindings API UI: Improved interface for binding block attributes to custom fields, making it easier to connect or disconnect data sources.
– PHP 8.5 Support: Beta support added for compatibility with newer server environments.
Wrap-up
WordPress 6.9 enhances collaboration (Notes), content workflow (Hide, Drag & Drop), and core capabilities (new blocks, Fit Text, math rendering). The AI infrastructure additions are aimed at enabling safe, interoperable AI features, while performance tweaks help speed up sites. These changes reduce reliance on third-party plugins and streamline both authoring and developer experiences.

