jetpack_podcast_pre_fetch, $this->feed
jetpack_podcast_pre_fetch, $this->feed
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_podcast_pre_fetch, $this->feed') is found 1 times:
- /_inc/lib/class-jetpack-podcast-helper.php line 332
* @param string $podcast_url URL for the podcast's RSS feed. * * @since 11.2 */ do_action( 'jetpack_podcast_pre_fetch', $this->feed ); // Fetch the feed. $rss = fetch_feed( $this->feed ); // Remove added actions from wp_feed_options hook. remove_action( 'wp_feed_options', array( __CLASS__, 'set_podcast_locator' ) );