Filters the current comment content for use in a feed.
Parameters
$comment_textstring- The content of the current comment.
Source
$comment_text = apply_filters( 'comment_text_rss', $comment_text );
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
Filters the current comment content for use in a feed.
$comment_textstring$comment_text = apply_filters( 'comment_text_rss', $comment_text );
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.