WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_author_rss

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed.php apply_filters 337 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $comment_author The current comment author.