apply_filters( 'comment_excerpt_length', int $comment_excerpt_length )
Filters the amount of words used in the comment excerpt.
Parameters
- $comment_excerpt_length
-
The amount of words you want to display in the comment excerpt.
Source
Changelog
Version | Description |
---|---|
WP-4.4.0 | Introduced. |