ActionScheduler_Abstract_QueueRunner::run_cleanup()
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() ActionScheduler Abstract QueueRunner::run cleanup code WC 9.5.1
protected function run_cleanup() { $this->cleaner->clean( 10 * $this->get_time_limit() ); }