the_content_rss

the_content_rss

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('the_content_rss') is found 1 times:

  • /wp-includes/deprecated.php line 1691
    	 * @since 0.71
    	 *
    	 * @param string $content Content of the current post.
    	 */
    	$content = apply_filters('the_content_rss', $content);
    	if ( $cut && !$encode_html )
    		$encode_html = 2;
    	if ( 1== $encode_html ) {
    		$content = esc_html($content);
    		$cut = 0;
    	} elseif ( 0 == $encode_html ) {
    

See this hook used in plugins: