Languages: English • 日本語 (Add your language)
Displays an excerpt (maximum of 20 words) of a comment's text.
Use get_comment_excerpt() to retrieve the value.
<?php comment_excerpt( $comment_ID ); ?>
<p>Latest comment: <?php comment_excerpt(); ?></p>
apply_filters() Calls 'comment_excerpt' hook before displaying excerpt
comment_excerpt() is located in wp-includes/comment-template.php