On this page
comment_author_rss()
Displays the current comment author in the feed.
Source
File: wp-includes/feed.php. View all references
function comment_author_rss() {
echo get_comment_author_rss();
}
Related
Uses
| Uses | Description |
|---|---|
| get_comment_author_rss() wp-includes/feed.php | Retrieves the current comment author for use in the feeds. |
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/comment_author_rss