update_db_version()
Update db version to 6.0.0.
Contents
Return Return
(boolean)
Source Source
File: includes/functions/updates/llms-functions-updates-600.php
function update_db_version() {
\LLMS_Install::update_db_version( _get_db_version() );
return false;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |