WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/get comment author rss

Description

Retrieve the current comment author for use in the feeds.

Usage

<?php get_comment_author_rss() ?>

Parameters

None.

Return Values

(string) 
Comment Author

Examples

Notes

Change Log

Since: 2.0.0

Source File

get_comment_author_rss() is located in wp-includes/feed.php.

Related

See also index of Function Reference and index of Template Tags.