jetpack_is_anchor_enabled

jetpack_is_anchor_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.12.2.1

apply_filters('jetpack_is_anchor_enabled') is found 1 times:

  • /extensions/blocks/anchor-fm/anchor-fm.php line 188
    	 * @since 12.1
    	 *
    	 * @param bool $is_anchor_enabled Whether the prompt is enabled or not.
    	 */
    	$is_anchor_enabled = apply_filters( 'jetpack_is_anchor_enabled', true );
    
    	if (
    		$is_anchor_enabled &&
    		'post' === get_post_type() &&
    		! get_post_meta( $post->ID, 'jetpack_anchor_spotify_show', true ) &&
    		0 === strpos( get_user_locale(), 'en' ) &&