ActionScheduler_wpCommentLogger::disable_comment_countingpublicWC 1.0

Defer comment counting.

Method of the class: ActionScheduler_wpCommentLogger{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ActionScheduler_wpCommentLogger::disable_comment_counting() code WC 10.8.1

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