WordPress 5.8 comes with a new mechanism to configure the editor that enables a finer-grained control and introduces the first step in…| WordPress Developer Resources
I’m offering up the next edition of the Source of Truth for WordPress 6.6, set to launch July 16th, 2024. You can see all prior editions under this tag. As always, I’d recommend staying up to date …| agm
Dev Chat Agendas | Dev Chat Summaries | Roadmap post | Bug Scrubs Schedule | Dev Notes | Field Guide | Help Test 6.6 | All Posts Tagged 6.6 | 6.6 Release Leads Channel WordPress 6.6 will be the sec…| Make WordPress Core
WordPress 6.6 unifies the different slots and extensibility APIs between the post and site editors so plugin authors do not need to integrate their extensions twice anymore.| Make WordPress Core
This is the living specification for version 3 of theme.json. This version works with WordPress 6.6 or later, and the latest Gutenberg plugin.| WordPress Developer Resources
WordPress 6.6 is set to be released on July 16, 2024. With a slightly shorter cycle, this release heavily builds on the foundation of the last with some new items, like section styles and overrides…| Make WordPress Core
WordPress 6.2 introduces WP_HTML_Tag_Processor – a tool for block authors to adjust HTML tag attributes in block markup within PHP. It’s the first component in a new HTML processing API…| Make WordPress Core
WordPress 6.5 is introducing a new way of extending blocks that substantially reduces the custom code needed to integrate different kinds of data in the block editor. This can now be done through t…| Make WordPress Core
Support for PHP 7.0 and 7.1 is dropped in WordPress 6.6, scheduled for release in July 2024. The minimum supported version of PHP from WP 6.6 is 7.2.24. The recommended version of PHP for WP 6.6 re…| Make WordPress Core
WordPress exposes several APIs that allow you to modify the behavior of existing blocks.| WordPress Developer Resources
A block template is defined as a list of block items. Such blocks can have predefined attributes, placeholder content, and be static or…| WordPress Developer Resources
Block Supports is the API that allows a block to declare support for certain features.| WordPress Developer Resources