Lines:
1 to 18 of 18
<?php /** * Helper to massage Podcast data to be used in the Podcast block. * * @package jetpack */ /* class Jetpack_Podcast_Helper */ /* function Jetpack_Podcast_Helper::get_player_data() – 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`. */ /* function Jetpack_Podcast_Helper::get_track_list() – Gets a list of tracks for the supplied RSS feed. */ /* function Jetpack_Podcast_Helper::get_plain_text() – Formats string as pure plaintext, with no HTML tags or entities present. */ /* function Jetpack_Podcast_Helper::load_feed() – Loads an RSS feed using `fetch_feed`. */ /* function Jetpack_Podcast_Helper::setup_tracks_callback() – Prepares Episode data to be used by the Podcast Player block. */ /* function Jetpack_Podcast_Helper::get_audio_enclosure() – Retrieves an audio enclosure. */ /* function Jetpack_Podcast_Helper::format_track_duration() – Returns the track duration as a formatted string. */