LLMS_Background_Updater::complete()
Called when queue is emptied and action is complete
Return Return
(void)
Source Source
File: includes/class.llms.background.updater.php
protected function complete() { $this->log( 'Update complete' ); LLMS_Install::update_db_version(); parent::complete(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.4.3 | Introduced. |