apply_filters( 'comment_author_rss', string $comment_author )

Filters the current comment author for use in a feed.


Description

See also


Top ↑

Parameters

$comment_author

(string) The current comment author.


Top ↑

Source

File: wp-includes/feed.php

View on Trac


Top ↑

Changelog

Version Description
1.5.0 Introduced.