comment_author_rss()

In this article

Displays the current comment author in the feed.

Source

function comment_author_rss() {
	echo get_comment_author_rss();
}

Changelog

VersionDescription
1.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.