jetpack_podcast_helper_tracks_quantity

jetpack_podcast_helper_tracks_quantity

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.3.1

apply_filters('jetpack_podcast_helper_tracks_quantity') is found 1 times:

  • /_inc/lib/class-jetpack-podcast-helper.php line 75
    		 * @since 10.4.0
    		 *
    		 * @param int $number Number of tracks fetched. Default is 10.
    		 */
    		return (int) apply_filters( 'jetpack_podcast_helper_tracks_quantity', 10 );
    	}
    
    	/**
    	 * Gets podcast data formatted to be used by the Podcast Player block in both server-side
    	 * block rendering and in API `WPCOM_REST_API_V2_Endpoint_Podcast_Player`.
    	 *