On this page
apply_filters( 'comment_author_rss', string $comment_author )
Filters the current comment author for use in a feed.
Description
See also
Parameters
$comment_authorstring-
The current comment author.
Source
File: wp-includes/feed.php. View all references
return apply_filters( 'comment_author_rss', get_comment_author() );
Related
Used By
| Used By | Description |
|---|---|
| get_comment_author_rss() wp-includes/feed.php | Retrieves the current comment author 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_author_rss