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