llms_update_4150_update_db_version()
Update db version to 4.15.0
Return Return
(void|true) True if it needs to run again, nothing if otherwise.
Source Source
File: includes/functions/updates/llms-functions-updates-4150.php
function llms_update_4150_update_db_version() { if ( 'complete' !== get_transient( 'llms_update_4150_remove_orphan_access_plans' ) ) { // Needs to run again. return true; } LLMS_Install::update_db_version( '4.15.0' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.15.0 | Introduced. |