LLMS_Update::complete()
Called when the queue is emptied for the group Outputs an admin notice
Return Return
(void)
Source Source
File: includes/abstracts/abstract.llms.update.php
public function complete() {
$this->log( sprintf( 'LLMS update tasks completed for version %s', $this->version ) );
LLMS_Install::update_db_version( $this->version );
delete_option( 'llms_update_' . $this->version );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |