ActionScheduler_wpCommentLogger::enable_comment_counting
Enable comment counting.
Метод класса: ActionScheduler_wpCommentLogger{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ActionScheduler_wpCommentLogger = new ActionScheduler_wpCommentLogger(); $ActionScheduler_wpCommentLogger->enable_comment_counting();
Код ActionScheduler_wpCommentLogger::enable_comment_counting() ActionScheduler wpCommentLogger::enable comment counting WC 10.3.5
public function enable_comment_counting() {
wp_defer_comment_counting( false );
}