Description
Filters the comment excerpt for display.
Occurrences
Filename | Line Number |
---|---|
wp-includes/comment-template.php | 711 |
Parameters
Type | Name | Description |
---|---|---|
string | $comment_excerpt | The comment excerpt text. |
string | $comment_id | The comment ID as a numeric string. |
PHP Doc
/**
* Filters the comment excerpt for display.
*
* @since 1.2.0
* @since 4.1.0 The `$comment_id` parameter was added.
*
* @param string $comment_excerpt The comment excerpt text.
* @param string $comment_id The comment ID as a numeric string.
*/