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 );
Filters the comment excerpt for display.
$comment_excerpt
string$comment_id
stringecho apply_filters( 'comment_excerpt', $comment_excerpt, $comment->comment_ID );
User Contributed Notes
You must log in before being able to contribute a note or feedback.