ActionScheduler_wpCommentLogger::enable_comment_counting
Enable comment counting.
Method of the class: ActionScheduler_wpCommentLogger{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ActionScheduler_wpCommentLogger = new ActionScheduler_wpCommentLogger(); $ActionScheduler_wpCommentLogger->enable_comment_counting();
ActionScheduler_wpCommentLogger::enable_comment_counting() ActionScheduler wpCommentLogger::enable comment counting code WC 10.9.4
public function enable_comment_counting() {
wp_defer_comment_counting( false );
}