Description
Filters the current comment author for use in a feed.
Occurrences
Filename | Line Number |
---|---|
wp-includes/feed.php | 339 |
Parameters
Type | Name | Description |
---|---|---|
string | $comment_author | The current comment author. |
PHP Doc
/**
* Filters the current comment author for use in a feed.
*
* @since 1.5.0
*
* @see get_comment_author()
*
* @param string $comment_author The current comment author.
*/