jetpack_podcast_post_fetch

jetpack_podcast_post_fetch

Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.14.0

do_action('jetpack_podcast_post_fetch') is found 1 times:

  • /_inc/lib/class-jetpack-podcast-helper.php line 356
    		 * @param 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() ) {