comment_author_rss()WP 1.0.0

Displays the current comment author in the feed.

No Hooks.

Return

null. Nothing (null).

Usage

comment_author_rss();

Changelog

Since 1.0.0 Introduced.

comment_author_rss() code WP 6.5.2

function comment_author_rss() {
	echo get_comment_author_rss();
}