LLMS_Update::start()
Logs the start of the queue
Return Return
(void)
Source Source
File: includes/abstracts/abstract.llms.update.php
public function start() {
$this->log( sprintf( 'LLMS update tasks started for version %s', $this->version ) );
$this->update_status( 'running' );
$this->enqueue();
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |