Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




comment_excerpt [ WordPress Function ]

comment_excerpt ( $comment_ID = 0 )
Parameters:
  • (int) $comment_ID The ID of the comment for which to print the excerpt. Optional.
Uses:
Defined at:



Display the excerpt of the current comment.

Source


<?php
function comment_excerpt$comment_ID ) {
    echo 
apply_filters('comment_excerpt'get_comment_excerpt($comment_ID) );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics