jetpack_podcast_pre_fetch

jetpack_podcast_pre_fetch

Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.13.2.1

do_action('jetpack_podcast_pre_fetch') is found 1 times:

  • /_inc/lib/class-jetpack-podcast-helper.php line 328
    		 * @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' ) );