WordPress 6.9 focuses on teamwork, smoother editing, built-in blocks, and groundwork for AI. This release polishes the editor workflow, adds features to reduce plugin dependence, improves email handling, extends the command palette across the dashboard, and introduces developer APIs for responsible AI integration. Below is a clear summary of the key changes and how to use them.
Collaboration with Block-Level Notes
– You can now attach private notes to individual blocks via the block menu. Leave feedback, mention teammates, reply to threads, and mark conversations as resolved.
– A Notes button in the top toolbar shows all notes on the page so editorial teams can review discussions in one place.
– Notes are visible only to editors in the admin area and do not appear to site visitors, making them ideal for editorial workflows and in-progress drafts.
Hide Blocks on the Front End (Block Visibility)
– Blocks can be hidden from the front end while remaining in the editor using a Hide on Frontend option in the block menu.
– Hidden blocks are listed in List View (Document Overview) so you can toggle them back when ready.
– This is useful for staging content, seasonal promos, or keeping draft sections without creating new pages.
Smoother Drag-and-Drop
– Dragging blocks is more natural: you can click and drag a block directly rather than relying on a small handle. Movement feels faster and closer to modern visual builders.
New Native Blocks
– Accordion Block: Create collapsible content areas with support for anchors, which is handy for FAQs and linking to specific sections.
– Terms Query Block: Automatically display lists of categories or tags that update as site content changes.
– Math Block: Render LaTeX and MathML natively, removing the need for third-party math plugins on educational sites.
– Time to Read Block: Shows estimated reading time to help set reader expectations and encourage engagement.
– Fit Text: A responsive typography option that scales headings and paragraphs to fill their container, useful for hero sections.
Email Improvements and Inline Images
– The wp_mail function now supports inline images, so transactional emails (password resets, notifications, receipts) can include embedded images instead of external links.
– This improves appearance but does not fix deliverability. For reliable sending, continue using an SMTP solution or an email delivery provider.
Command Palette Everywhere
– The Command Palette (Ctrl/Command + K) is available across the entire WordPress admin. Use it to jump to settings, plugin screens, create new posts, or navigate admin pages without mouse clicks.
AI Foundations
– Abilities API: A machine-readable registry that describes what WordPress, themes, and plugins can do, including inputs, outputs, and permissions. It helps AI systems discover capabilities in a structured, secure way.
– MCP Adapter: Bridges the Abilities API to the MCP specification so AI agents can connect with standard protocols. It includes support for HTTP/STDIO and built-in error handling.
– PHP AI Client: A developer tool that simplifies adding AI features to plugins. It works with major AI providers and centralizes credential handling so individual plugins don’t each need separate API keys.
Performance Improvements
– Smarter style loading ensures classic themes only load CSS for the blocks actually used on a page, cutting down on unused styles.
– Nonessential scripts have been moved toward the page footer to reduce render-blocking and improve perceived load times and LCP.
– Scheduled background tasks are generally executed at shutdown to avoid slowing initial page loads.
Developer Updates
– Block Bindings UI is simplified, making it easier to bind block attributes to custom fields with clearer bind/unbind actions.
– WordPress 6.9 includes beta support for PHP 8.5 so developers and hosts can prepare for newer server environments.
Conclusion
WordPress 6.9 makes the editor more collaborative and efficient, adds useful native blocks that reduce reliance on plugins, improves email and site performance, and lays the groundwork for safer, standardized AI integrations. Notes, block visibility, and the new block types will be particularly helpful for teams and content creators looking to streamline their publishing workflows.