get_comment


get_comment ( $comment = null, $output = OBJECT )

Parameters:
  • (WP_Comment|string|int) comment Comment to retrieve.
  • (string) output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond to a WP_Comment object, an associative array, or a numeric array, respectively. Default OBJECT.
Returns:
  • (WP_Comment|array|null) Depends on $output value.
Defined at:

Description

Retrieves comment data given a comment ID or comment object.If an object is passed then the comment data will be cached and then returned after being passed through a filter. If the comment is empty, then the global comment variable will be used, if it is set.

Related Functions

get_comments, get_comment_id, edit_comment, get_commentdata, the_comment

Top Google Results

User discussions

wpseek mobile