Lines:
1 to 18 of 18
<?php /** * Podcast Player API * * @package automattic/jetpack * @since 8.4.0 */ /* class WPCOM_REST_API_V2_Endpoint_Podcast_Player */ /* function WPCOM_REST_API_V2_Endpoint_Podcast_Player::__construct() – Constructor. */ /* function WPCOM_REST_API_V2_Endpoint_Podcast_Player::register_routes() – Register the route. */ /* function WPCOM_REST_API_V2_Endpoint_Podcast_Player::get_tracks_quantity */ /* function WPCOM_REST_API_V2_Endpoint_Podcast_Player::get_player_data() – Retreives data needed to display a podcast player from RSS feed. */ /* function WPCOM_REST_API_V2_Endpoint_Podcast_Player::prepare_for_response() – Filters out data based on ?_fields= request parameter */ /* function WPCOM_REST_API_V2_Endpoint_Podcast_Player::get_item_schema() – Retrieves the response schema, conforming to JSON Schema. */ wpcom_rest_api_v2_load_plugin( 'WPCOM_REST_API_V2_Endpoint_Podcast_Player' );