jetpack_block_editor_republicize_feature

jetpack_block_editor_republicize_feature

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.0

apply_filters('jetpack_block_editor_republicize_feature') is found 1 times:

  • /class.jetpack-gutenberg.php line 796
    				 * @deprecated 11.5 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 ),
    			),
    			'siteFragment'     => $status->get_site_suffix(),
    			'adminUrl'         => esc_url( admin_url() ),
    			'tracksUserData'   => $user_data,
    			'wpcomBlogId'      => $blog_id,
    			'allowedMimeTypes' => wp_get_mime_types(),