wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_author_rss › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'comment_author_rss', get_comment_author()
Parameters:
  • (string) $comment_author The current comment author.
    Required: Yes
Defined at:
Codex:

Filters the current comment author for use in a feed.





Source

return apply_filters( 'comment_author_rss', get_comment_author() );