• filter

    jetpack_podcast_feed_cache_timeout

    Filter the number of seconds to cache a specific podcast URL for. The returned value will be ignored if it is null or not a valid integer. Note that this timeout will only work if the site is using the default `WP_Feed_Cache_Transient` cache implementation for RSS feeds, or their cache implementation relies on the `wp_feed_cache_transient_lifetime` filter.

  • filter

    jetpack_post_list_display_share_action

    Filter to enable/disable the Share action on the post list screen. The Share action allows users to reshare published posts via Jetpack Social. It is automatically enabled for plans that support the ‘republicize’ feature, but can be disabled via this filter.

  • 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.

  • action

    jetpack_podcast_pre_fetch

    Allow callers to set up any desired hooks when we fetch the content for a podcast. The `jetpack_podcast_post_fetch` action can be used to perform cleanup.