ActionScheduler_wpCommentLogger::get_commentprotectedWC 1.0

Get comment.

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

Хуков нет.

Возвращает

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

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

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

Код ActionScheduler_wpCommentLogger::get_comment() WC 10.0.2

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