On this page
apply_filters( 'comment_text_rss', string $comment_text )
Filters the current comment content for use in a feed.
Parameters
$comment_textstring-
The content of the current comment.
Source
File: wp-includes/feed.php. View all references
$comment_text = apply_filters( 'comment_text_rss', $comment_text );
Related
Used By
| Used By | Description |
|---|---|
| comment_text_rss() wp-includes/feed.php | Displays the current comment content for use in the feeds. |
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comment_text_rss