Filters the comment excerpt for display.
Parameters
$comment_excerpt
string- The comment excerpt text.
$comment_id
string- The comment ID as a numeric string.
Source
echo apply_filters( 'comment_excerpt', $comment_excerpt, $comment->comment_ID );
CARVIEW |
Filters the comment excerpt for display.
$comment_excerpt
string$comment_id
stringecho apply_filters( 'comment_excerpt', $comment_excerpt, $comment->comment_ID );
Used by | Description |
---|---|
comment_excerpt()wp-includes/comment-template.php | Displays the excerpt of the current comment. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.