In this article

action

jetpack_podcast_helper_list_quantity

Allow requesting a specific number of tracks from SimplePie’s `get_items` call. The default number of tracks is ten. Deprecated. Use jetpack_podcast_helper_tracks_quantity filter instead, which takes one less parameter.

Parameters

$tracks_quantity
int

Number of tracks fetched. Default is 10.

$rss
object

The SimplePie object built from core's `fetch_feed` call.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.