comment_author_rss()
Displays the current comment author in the feed.
No Hooks.
Returns
null. Nothing (null).
Usage
comment_author_rss();
Changelog
| Since 1.0.0 | Introduced. |
comment_author_rss() comment author rss code WP 6.9.1
function comment_author_rss() {
echo get_comment_author_rss();
}