In this article

action

jetpack_podcast_post_fetch

Allow callers to identify when we have completed fetching a specified podcast feed. This makes it possible to clean up any actions or filters that were set up using the `jetpack_podcast_pre_fetch` action. Note that this action runs after other hooks added by Jetpack have been removed.

Parameters

$podcast_url
string

URL for the podcast's RSS feed.

$rss
(SimplePieSimplePie | SimplePie | WP_Error)

Either the SimplePie RSS object or an error.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.