jetpack_podcast_helper_tracks_quantity

jetpack_podcast_helper_tracks_quantity

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_podcast_helper_tracks_quantity') is found 1 times:

  • /_inc/lib/class-jetpack-podcast-helper.php line 78
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
         * @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`.
     *