comment_author_rss WordPress Filter Hook

The comment_author_rss hook allows you to modify the author information that is outputted in the RSS feed for comments. This is useful if you want to change the author name or author URL for comments in the RSS feed.

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 on Trac



Top ↑

Changelog

Changelog
VersionDescription
1.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.