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