jetpack_podcast_pre_fetch

jetpack_podcast_pre_fetch

Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.14.5

do_action('jetpack_podcast_pre_fetch') is found 1 times:

  • /_inc/lib/class-jetpack-podcast-helper.php line 335
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    * @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' ) );