update_db_version()
Update db version to 6.10.0.
Contents
Return Return
(LLMSUpdatesVersion_6_10_0fasle.)
Source Source
File: includes/functions/updates/llms-functions-updates-6100.php
103 104 105 106 | 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.10.0 | Introduced. |