jetpack_register_block_collection
jetpack_register_block_collection
Appears in: jetpack.15.3.1
Hook Type: filter
Displaying hooks found in version: jetpack.15.3.1apply_filters('jetpack_register_block_collection') is found 1 times:
- /class.jetpack-gutenberg.php line 813
* @since 15.3 * * @param boolean true Enable Jetpack block collection in block categories. Defaults to true. */ 'registerBlockCollection' => apply_filters( 'jetpack_register_block_collection', true ), /** * Add your own feature flags to the block editor. * * You can access the feature flags in the block editor via hasFeatureFlag( 'your-feature-flag' ) function. * * @since 14.8