get_comment_author_ip [ WordPress Function ]
get_comment_author_ip ( $comment_ID = 0 )
| Parameters: |
|
| Uses: |
|
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: get_comment_author, get_comment_author_link, comment_author_ip, get_comment_author_email, get_comment_author_rss
Retrieve the IP address of the author of the current comment.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- get_comment_author_IP Wordpress hook details -- Adam Brown ...
Applied to the comment author's IP address retrieved from the database by the get_comment_author_IP function, which is also called by comment_author_IP.
adambrown.info - get_comment_author_IP | A HitchHackers guide through WordPress
Feb 12, 2011 ... function get_comment_author_IP( $comment_ID = 0 ) { $comment ... ( $ comment_ID ); return apply_filters('get_comment_author_IP', ...
hitchhackerguide.com - get_comment_author_IP() WordPress function reference, arguments ...
Retrieve the IP address of the author of the current comment.
queryposts.com - Docs for page comment-template.php
see: get_comment_author_IP() Echoes Result; since: 0.71. void comment_author_IP ([int $comment_ID = 0]). int $comment_ID: The ID of the comment for which ...
phpdoc.wordpress.org