the_content_feed, $content, rss2

the_content_feed, $content, rss2

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('the_content_feed, $content, rss2') is found 1 times:

  • /modules/sitemaps/sitemap-builder.php line 1388
    		/** This filter is already documented in core/wp-includes/post-template.php */
    		$content = apply_filters( 'the_content', $content );
    
    		/** This filter is already documented in core/wp-includes/feed.php */
    		$content = apply_filters( 'the_content_feed', $content, 'rss2' );
    
    		// Include thumbnails for VideoPress videos, use blank image for others.
    		if ( 'complete' === get_post_meta( $post->ID, 'videopress_status', true ) && has_post_thumbnail( $post ) ) {
    			$video_thumbnail_url = get_the_post_thumbnail_url( $post );
    		} else {
    			/**