get_commentdata [ WordPress Function ]
get_commentdata ( $comment_ID, $no_cache = 0, $include_unapproved = false )
| Parameters: |
|
| See: | |
| Returns: |
|
| Defined at: |
|
Retrieve an array of comment data about comment $comment_ID.
Examples [ wp-snippets.com ]
Top Google Search Results
- get_commentdata() WordPress function reference, arguments and ...
Retrieve an array of comment data about comment $comment_ID.
queryposts.com - get_commentdata | A HitchHackers guide through WordPress
Feb 12, 2011 ... function get_commentdata( $comment_ID, $no_cache = 0, $include_unapproved = false ) {}. Retrieve an array of comment data about ...
hitchhackerguide.com - WordPress › Support » WP1.5: Allow users to edit their own comments
Feb 22, 2005 ... $commentdata = get_commentdata($comment, 1, true) or die(sprintf(__('Oops, no comment with this ID. <a href="%s">Go back</a>!
wordpress.org - WordPress › Support » How to stop getting email notificaiton of ...
$comment = get_commentdata($ID); if (get_settings('admin_email') == $comment ['comment_author_email']) { $cache_settings('comments_notify') = 0; } ...
wordpress.org