ActionScheduler_wpCommentLogger::get_comment()protectedWC 1.0

Method of the class: ActionScheduler_wpCommentLogger{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->get_comment( $comment_id );
$comment_id (required)
-

ActionScheduler_wpCommentLogger::get_comment() code WC 8.7.0

protected function get_comment( $comment_id ) {
	return get_comment( $comment_id );
}