jetpack_podcast_post_fetch, $this->feed, $rss
jetpack_podcast_post_fetch, $this->feed, $rss
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_podcast_post_fetch, $this->feed, $rss') is found 1 times:
- /_inc/lib/class-jetpack-podcast-helper.php line 360
* @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() ) {