comment_author_rss WordPress Filter Hook
The comment_author_rss hook allows you to modify the author information that is outputted in the RSS feed for comments. This is useful if you want to change the author name or author URL for comments in the RSS feed.
apply_filters( 'comment_author_rss', string $comment_author ) #
Filters the current comment author for use in a feed.
Description
See also
Parameters
- $comment_author
(string)The current comment author.
Source
File: wp-includes/feed.php
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |