jetpack_posts_to_podcast_is_enabled

jetpack_posts_to_podcast_is_enabled

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0

apply_filters('jetpack_posts_to_podcast_is_enabled') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-podcast/src/endpoints/class-posts-to-podcast-helper.php line 30
    		 * @since 0.1.0
    		 *
    		 * @param bool $enabled Whether the feature is enabled. Default true.
    		 */
    		return (bool) apply_filters( 'jetpack_posts_to_podcast_is_enabled', true );
    	}
    
    	/**
    	 * Permission callback for the local proxy REST endpoint.
    	 *
    	 * @param \WP_REST_Request $request Full details about the request.