More efficient block type registration in 6.8

WordPress 6.8 introduces a new function wp_register_block_types_from_metadata_collection(), which allows plugins to register multiple block types with a single function call. This function expands on the foundational capabilities of the wp_register_block_metadata_collection() function, which was introduced in WordPress 6.7 to improve performance. Context To recap the relevant functionality added in WordPress 6.7: Plugins can now optionally register … Continue reading More efficient block type registration in 6.8