comment_text_rss

comment_text_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('comment_text_rss') is found 1 times:

  • /wp-includes/feed.php line 363
    	 * @since 1.5.0
    	 *
    	 * @param string $comment_text The content of the current comment.
    	 */
    	$comment_text = apply_filters( 'comment_text_rss', $comment_text );
    	echo $comment_text;
    }
    
    /**
     * Retrieves all of the post categories, formatted for use in feeds.
     *
    

See this hook used in plugins: