jetpack_block_editor_republicize_feature

jetpack_block_editor_republicize_feature

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.2.1

apply_filters('jetpack_block_editor_republicize_feature') is found 1 times:

  • /class.jetpack-gutenberg.php line 747
    				 * @deprecated $$next_version$$ This is a feature flag that is no longer used.
    				 *
    				 * @param bool true Enable the RePublicize UI in the block editor context. Defaults to true.
    				 */
    				'republicize_enabled'           => apply_filters( 'jetpack_block_editor_republicize_feature', true ),
    				/**
    				 * Prevent the registration of the blocks from extensions/blocks/contact-form
    				 * if the Forms package is enabled.
    				 */
    				'is_form_package_enabled'       => apply_filters( 'jetpack_contact_form_use_package', true ),
    			),