jetpack_block_editor_feature_flags

jetpack_block_editor_feature_flags

Appears in:
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: jetpack.14.8

apply_filters('jetpack_block_editor_feature_flags') is found 1 times:

  • /class.jetpack-gutenberg.php line 790
    			 * @since 14.8
    			 *
    			 * @param array true Enable the RePublicize UI in the block editor context. Defaults to true.
    			 */
    			'feature_flags'    => apply_filters( 'jetpack_block_editor_feature_flags', array() ),
    			'pluginBasePath'   => plugins_url( '', Constants::get_constant( 'JETPACK__PLUGIN_FILE' ) ),
    		);
    
    		wp_localize_script(
    			'jetpack-blocks-editor',
    			'Jetpack_Editor_Initial_State',
    

See this hook used in plugins: