get_commentdata
- get_commentdata is deprecated since version 2.7.0!
Alternative: get_comment()
get_commentdata ( $comment_id, $no_cache = 0, $include_unapproved = false )
Parameters:- (int) comment_id The ID of the comment
- (int) no_cache Whether to use the cache (cast to bool)
- (bool) include_unapproved Whether to include unapproved comments
See:Returns:Defined at: - Introduced in WordPress: 0.71
- Deprecated in WordPress: 2.7.0
Description
Retrieve an array of comment data about comment $comment_id.