Filter hook 'comment_excerpt_length'

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

Description

Filters the maximum number of words used in the comment excerpt.

Occurrences

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

Parameters

Type Name Description
int $comment_excerpt_length The amount of words you want to display in the comment excerpt.

PHP Doc

/**
	 * Filters the maximum number of words used in the comment excerpt.
	 *
	 * @since 4.4.0
	 *
	 * @param int $comment_excerpt_length The amount of words you want to display in the comment excerpt.
	 */