the_excerpt_rss, get_the_excerpt(
the_excerpt_rss, get_the_excerpt(
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('the_excerpt_rss, get_the_excerpt(') is found 1 times:
- /jetpack_vendor/automattic/jetpack-podcast/src/feed/class-customize-feed.php line 202
// Re-applying `the_excerpt_rss` so `<itunes:summary>` matches whatever // the item's `<description>` ends up emitting — `get_the_excerpt()` // doesn't run the filter chain itself. $excerpt = (string) apply_filters( 'the_excerpt_rss', get_the_excerpt() ); if ( '' !== $excerpt ) { echo '<itunes:summary>' . esc_xml( wp_strip_all_tags( $excerpt ) ) . "</itunes:summary>\n"; } // Per-item cover art: prefer the block's `coverArt`, fall back to the // post's featured image. Either way, photon-resize to 3000×3000 to