apply_filters( 'comment_author_rss', string $comment_author )

Filters the current comment author for use in a feed.


Description

Top ↑

See also


Top ↑

Parameters

$comment_author string
The current comment author.

Top ↑

Source

File: wp-includes/feed.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes

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