Filters the current comment content for use in a feed.
$comment_textstringwp-includes/feed.php:365comment_text_rss() * Filters the current comment content for use in a feed. * * @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. *Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.