apply_filters( 'comment_author_rss', string $comment_author )
Filters the current comment author for use in a feed.
Description Description
See also See also
Parameters Parameters
- $comment_author
-
(string) The current comment author.
Source Source
File: wp-includes/feed.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |