apply_filters( ‘comment_author_rss’, string $comment_author )

Filters the current comment author for use in a feed.

Description

See also

Parameters

$comment_authorstring
The current comment author.

Source

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

Changelog

VersionDescription
1.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.