WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Template Tags/comment text rss

Description

Displays the text of a comment formatted for RSS. Typically used in the RSS comment feed template. This tag must be within The Loop, or a comment loop.

Usage

 <?php comment_text_rss(); ?> 

Example

<description><?php comment_text_rss() ?></description>

Parameters

This tag has no parameters.

Filters

apply_filters() Calls 'comment_text_rss' filter on comment content.

Related

Comments Functions

See also index of Function Reference and index of Template Tags.