W3cubDocs

/WordPress

comment_author_rss()

Display the current comment author in the feed.

Source

File: wp-includes/feed.php

function comment_author_rss() {
	echo get_comment_author_rss();
}

Changelog

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