ActionScheduler_wpCommentLogger::get_comment()protectedWC 1.0

Метод класса: ActionScheduler_wpCommentLogger{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_comment( $comment_id );
$comment_id (обязательный)
-

Код ActionScheduler_wpCommentLogger::get_comment() WC 8.7.0

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