ActionScheduler_wpCommentLogger::disable_comment_counting()publicWC 1.0

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

Хуков нет.

Возвращает

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

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

$ActionScheduler_wpCommentLogger = new ActionScheduler_wpCommentLogger();
$ActionScheduler_wpCommentLogger->disable_comment_counting();

Код ActionScheduler_wpCommentLogger::disable_comment_counting() WC 8.7.0

public function disable_comment_counting() {
	wp_defer_comment_counting(true);
}