ActionScheduler_Abstract_QueueRunner::run_cleanup() protected WC 1.0
Run the queue cleaner.
{} It's a method of the class: ActionScheduler_Abstract_QueueRunner{}
No Hooks.
Return
Null. Nothing.
Usage
// protected - for code of main (parent) or child class $result = $this->run_cleanup();
Code of ActionScheduler_Abstract_QueueRunner::run_cleanup() ActionScheduler Abstract QueueRunner::run cleanup WC 5.0.0
protected function run_cleanup() {
$this->cleaner->clean( 10 * $this->get_time_limit() );
}