Switch language

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




comment_author [ WordPress Function ]

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



Displays the author of the current comment.

Source


<?php
function comment_author$comment_ID ) {
    
$author apply_filters('comment_author'get_comment_author$comment_ID ) );
    echo 
$author;
}
?>

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