ActionScheduler_Abstract_QueueRunner::run_cleanupprotectedWC 1.0

Run the queue cleaner.

Method of the class: ActionScheduler_Abstract_QueueRunner{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ActionScheduler_Abstract_QueueRunner::run_cleanup() code WC 10.4.3

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