Switch language

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




comment_text [ WordPress Function ]

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



Displays the text of the current comment.

Source


<?php
function comment_text$comment_ID ) {
    
$comment get_comment$comment_ID );
    echo 
apply_filters'comment_text'get_comment_text$comment_ID ), $comment );
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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