Filter hook 'get_comment_excerpt'

in WP Core File wp-includes/comment-template.php at line 685

Description

Filters the retrieved comment excerpt.

Occurrences

Filename Line Number
wp-includes/comment-template.php 685

Parameters

Type Name Description
string $comment_excerpt The comment excerpt text.
string $comment_id The comment ID as a numeric string.
WP_Comment $comment The comment object.

PHP Doc

/**
	 * Filters the retrieved comment excerpt.
	 *
	 * @since 1.5.0
	 * @since 4.1.0 The `$comment_id` and `$comment` parameters were added.
	 *
	 * @param string     $comment_excerpt The comment excerpt text.
	 * @param string     $comment_id      The comment ID as a numeric string.
	 * @param WP_Comment $comment         The comment object.
	 */