Unlock Hidden Gems: Insider Secrets in WordPress 6.8 for Developers
The 6.8 update touched many areas of the WordPress Core code, including everything from the block library to performance to patterns. Plus, there are plenty of other quality-of-life improvements in 6.8 for anyone building plugins and themes.
Without further ado, let’s jump straight into them.
For detailed information on each development change, check out the official WordPress 6.8 Field Guide on the Make WordPress Core blog.
- More performant block type registration
- Style Book sections and more
- Block Library updates
- Design tools extended to more blocks
- Organizing patterns
- API updates
- Security: switched to bcrypt for password hashing
- Performance improvements
- What will you build with WordPress 6.8?
More performant block type registration
WordPress 6.8 eliminates the need to manually register block types thanks to its new wp_register_block_types_from_metadata_collection()
function. It is a wrapper for the blocks-manifest.php
file and the wp_register_block_metadata_collection()
function introduced in WordPress 6.7.