Filter hook 'comment_author_rss'

in WP Core File wp-includes/feed.php at line 339

Description

Filters the current comment author for use in a feed.

Occurrences

Filename Line Number
wp-includes/feed.php 339

Parameters

Type Name Description
string $comment_author The current comment author.

PHP Doc

/**
	 * Filters the current comment author for use in a feed.
	 *
	 * @since 1.5.0
	 *
	 * @see get_comment_author()
	 *
	 * @param string $comment_author The current comment author.
	 */