jetpack_posts_to_podcast, $enabled

jetpack_posts_to_podcast, $enabled

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_posts_to_podcast, $enabled') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-podcast/src/class-podcast.php line 114
    		 * @param bool $enabled Whether to enable Posts to Podcast.
    		 */
    		$enabled = self::is_user_connected( get_current_user_id() );
    
    		return (bool) apply_filters( 'jetpack_posts_to_podcast', $enabled );
    	}
    
    	/**
    	 * Whether a user is connected to WordPress.com.
    	 *
    	 * @param int $user_id User ID.