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