LLMS_Install::update_llms_version( string $version = null )
Update the LifterLMS version record to the latest version
Parameters Parameters
- $version
-
(string) (Optional) Version number.
Default value: null
Return Return
(void)
Source Source
File: includes/class.llms.install.php
if ( empty( $_GET['llms-db-update'] ) ) {
return;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.4.3 | Unknown. |
| 3.0.0 | Introduced. |