Filter hook 'comment_text_rss'

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

Description

Filters the current comment content for use in a feed.

Occurrences

Filename Line Number
wp-includes/feed.php 365

Parameters

Type Name Description
string $comment_text The content of the current comment.

PHP Doc

/**
	 * Filters the current comment content for use in a feed.
	 *
	 * @since 1.5.0
	 *
	 * @param string $comment_text The content of the current comment.
	 */