ActionScheduler_wpCommentLogger::get_comment()
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() ActionScheduler wpCommentLogger::get comment code WC 9.3.3
protected function get_comment( $comment_id ) { return get_comment( $comment_id ); }