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