jetpack_podcast_post_fetch

jetpack_podcast_post_fetch

Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.14.5

do_action('jetpack_podcast_post_fetch') is found 1 times:

  • /_inc/lib/class-jetpack-podcast-helper.php line 363
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    * @param SimplePie\SimplePie|SimplePie|WP_Error $rss Either the SimplePie RSS object or an error.
     *
     * @since 11.2
     */
    do_action( 'jetpack_podcast_post_fetch', $this->feed, $rss );
     
    if ( is_wp_error( $rss ) ) {
        return new WP_Error( 'invalid_url', __( 'Your podcast couldn\'t be embedded. Please double check your URL.', 'jetpack' ) );
    }
     
    if ( ! $rss->get_item_quantity() ) {