Summery Summery
Retrieve the current comment author for use in the feeds.
Syntax Syntax
Return Return
(string) Comment Author
Source Source
File: wp-includes/feed.php
* @since 2.0.0 * * @return string Comment Author */ function get_comment_author_rss() { /** * Filters the current comment author for use in a feed. * * @since 1.5.0 * * @see get_comment_author() *
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |