LLMS_Background_Updater::dispatch()
Starts the queue
Return Return
(void)
Source Source
File: includes/class.llms.background.updater.php
public function dispatch() { $dispatched = parent::dispatch(); if ( is_wp_error( $dispatched ) ) { $this->log( sprintf( 'Unable to dispatch updater: %s' ), $dispatched->get_error_message() ); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.4.3 | Introduced. |