ActionScheduler_wpCommentLogger::get_comment
Get comment.
Method of the class: ActionScheduler_wpCommentLogger{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->get_comment( $comment_id );
- $comment_id(int) (required)
- Comment ID.
ActionScheduler_wpCommentLogger::get_comment() ActionScheduler wpCommentLogger::get comment code WC 10.7.0
protected function get_comment( $comment_id ) {
return get_comment( $comment_id );
}