ActionScheduler_Abstract_QueueRunner::run_cleanup()protectedWC 1.0

Run the queue cleaner.

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

Хуков нет.

Возвращает

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

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->run_cleanup();

Код ActionScheduler_Abstract_QueueRunner::run_cleanup() WC 8.7.0

protected function run_cleanup() {
	$this->cleaner->clean( 10 * $this->get_time_limit() );
}