wp_register_core_block_metadata_collection
wp_register_core_block_metadata_collection ( No parameters )
- Introduced in WordPress: 6.7.0
- Deprecated in WordPress: —
Description
Registers the core block metadata collection.This function is hooked into the 'init' action with a priority of 9,
ensuring that the core block metadata is registered before the regular
block initialization that happens at priority 10.