WordPress 6.7 Updates
-
WordPress 6.7 Release Candidate 2 Released!
The second release candidate (RC2) of WordPress 6.7 has been released and is now available for WordPress users to download and test! Like the previous beta version! WordPress 6.7 version of the WordPress software is still under development. Do not install, run, or test this version of WordPress on a critical site.It is recommended that you test RC2 on a test server and a blank site. There are four ways to test WordPress ...
-
New Plugin Template Registration API in WordPress 6.7
Since the introduction of block themes, theme developers have been able to create custom block templates. However, this possibility is limited to themes and plugins cannot register their own templates directly. In order to achieve similar functionality, plugins had to resort to complex methods including hooking up multiple PHP filters, manually creating WP_Block_Template objects, and copying internal WordPress logic. WordPress 6.7 introduces a new API that will greatly simplify the process of plugins registering their own block templates. For ...