jetpack_podcast_helper_tracks_quantity, 10
jetpack_podcast_helper_tracks_quantity, 10
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_podcast_helper_tracks_quantity, 10') 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`. *