WordPress 6.9, the final major release of 2025, focuses on improving author workflows, team collaboration, and native capabilities so fewer plugins are required. 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
– New native blocks: Accordion, Terms Query, Math, Time to Read, Fit Text
– Inline images in wp_mail
– Command Palette available across the dashboard
– AI platform foundations: Abilities API, MCP Adapter, PHP AI Client
– Performance and background-task optimizations
– Developer updates, including PHP 8.5 beta support
Block-level Notes
A built-in Notes feature lets you attach comment threads to individual blocks. From a blockâs menu choose Add note to leave feedback; teammates can reply, mention others, and resolve threads. Click the Notes button in the top toolbar to list all notes on a page. Notes are editor-only and donât display to site visitors, which helps streamline editorial reviews and collaboration without exposing drafts on the live site.
Hide blocks on the frontend (Block Visibility)
You can hide blocks from the public site while keeping them in the editor. Use Hide from a blockâs three-dot menu; the block will be removed from the visual canvas but remain visible in List View (Document Overview) so you can restore it later. This is helpful for drafting seasonal sections, A/B content, or preparing updates without creating separate pages.
Smoother drag-and-drop block movement
Direct Drag and Drop removes the need to grab a small handle: click and drag blocks directly to reorder content. The editor behaves more like a visual page builder, making layout adjustments faster and more intuitive.
New native blocks
WordPress 6.9 adds several native blocks that replace common plugin use cases:
– Accordion: Create collapsible panels for FAQs or long content. Panels support anchors so you can link directly to a section.
– Terms Query: Dynamically list categories or tags and update automatically as content changes.
– Math: Render LaTeX and MathML natively for educational or scientific content.
– Time to Read: Calculates and displays estimated reading time for posts to aid reader engagement.
– Fit Text: Automatically scales headings and paragraphs to fit their container, useful for responsive hero areas.
Improved email handling with inline images
The wp_mail function now supports embedding inline images so WordPress-generated emails (password resets, notifications, receipts) can include images in the message body rather than relying on remote assets that might break. This improves email presentation but does not guarantee deliverabilityâuse a transactional SMTP service or a plugin like WP Mail SMTP for reliable sending.
Command Palette across the dashboard
The Command Palette (Ctrl/Command + K) is now available everywhere in the WordPress dashboard, not just the Site Editor. Use it to quickly jump to settings, pages, plugins, or create new content without navigating menus, which speeds up keyboard-driven workflows.
AI foundations in 6.9
6.9 includes foundational tooling that standardizes and secures AI integrations:
– Abilities API: A machine-readable registry that describes what plugins and themes can do (inputs, outputs, permissions), allowing AI systems to understand site capabilities.
– MCP Adapter: Bridges the Abilities API to the MCP specification so AI agents have a predictable, standardized way to connect and handle errors.
– PHP AI Client: Simplifies adding AI features in plugins, works with major AI providers, and centralizes credential handling so individual plugins donât need separate API keys.
Performance and background-task improvements
– Smarter style loading for classic themes: only load CSS for blocks used on the page.
– Reduced render blocking: move non-critical scripts (for example, emoji assets) to the footer to help Largest Contentful Paint.
– Optimized background tasks: some scheduled tasks now run at shutdown to avoid slowing page loads.
Developer updates
– 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: Beta support added to prepare for newer server environments.
Wrap-up
WordPress 6.9 improves collaboration (Notes), content workflow (Hide, Drag & Drop), and core capabilities (new blocks, Fit Text, Math rendering). The AI infrastructure additions aim to enable safer, interoperable AI features, while performance upgrades reduce overhead and improve load behavior. Overall, these changes reduce reliance on third-party plugins and streamline both authoring and developer experiences.