Switch language

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




comment_author_ip [ WordPress Function ]

comment_author_ip ( $comment_ID = 0 )
Parameters:
  • (int) $comment_ID The ID of the comment for which to print the author's IP address. Optional.
See:
  • get_comment_author_IP()
Defined at:



Display the IP address of the author of the current comment.

Source


<?php
function comment_author_IP$comment_ID ) {
    echo 
get_comment_author_IP$comment_ID );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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