ActionScheduler_wpCommentLogger::get_comment()
Метод класса: ActionScheduler_wpCommentLogger{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_comment( $comment_id );
- $comment_id (обязательный)
- -
Код ActionScheduler_wpCommentLogger::get_comment() ActionScheduler wpCommentLogger::get comment WC 9.3.3
protected function get_comment( $comment_id ) { return get_comment( $comment_id ); }