update_db_version()
Update db version to 6.3.0.
Contents
Return Return
(void|true) True if it needs to run again, nothing if otherwise.
Source Source
File: includes/functions/updates/llms-functions-updates-630.php
function update_db_version() {
\LLMS_Install::update_db_version( '6.3.0' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 6.3.0 | Introduced. |