jetpack_block_editor_republicize_feature

jetpack_block_editor_republicize_feature

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_block_editor_republicize_feature') is found 1 times:

  • /class.jetpack-gutenberg.php line 770
    766
    767
    768
    769
    770
    771
    772
    773
    774
    775
    776
         * @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(),