ActionScheduler_Abstract_QueueRunner::run_cleanup()protectedWC 1.0

Run the queue cleaner.

Method of the class: ActionScheduler_Abstract_QueueRunner{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->run_cleanup();

ActionScheduler_Abstract_QueueRunner::run_cleanup() code WC 8.6.1

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