jetpack_block_editor_pocket_casts_feature

jetpack_block_editor_pocket_casts_feature

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.10.9

apply_filters('jetpack_block_editor_pocket_casts_feature') is found 1 times:

  • /class.jetpack-gutenberg.php line 712
    708
    709
    710
    711
    712
    713
    714
    715
    716
    717
    718
         * @since 10.9
         *
         * @param bool true Enable Pocket Casts block variation in block editor context. Defaults to false.
         */
        'pocket_casts_enabled'      => apply_filters( 'jetpack_block_editor_pocket_casts_feature', false ),
    ),
    'siteFragment'     => $status->get_site_suffix(),
    'adminUrl'         => esc_url( admin_url() ),
    'tracksUserData'   => $user_data,
    'wpcomBlogId'      => $blog_id,
    'allowedMimeTypes' => wp_get_mime_types(),