Uses
| Uses | Description | 
|---|---|
| wp-includes/feed.php: get_comment_author_rss() | Retrieve the current comment author for use in the feeds. | 
Display the current comment author in the feed.
File: wp-includes/feed.php
function comment_author_rss() {
	echo get_comment_author_rss();
}  | Version | Description | 
|---|---|
| 1.0.0 | Introduced. | 
    © 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/functions/comment_author_rss