jetpack_block_editor_pocket_casts_feature
jetpack_block_editor_pocket_casts_feature
Appears in: jetpack.10.9
Hook Type: filter
Displaying hooks found in version: jetpack.10.9apply_filters('jetpack_block_editor_pocket_casts_feature') is found 1 times:
- /class.jetpack-gutenberg.php line 712708709710711712713714715716717718
* @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(),