_get_db_version()
Retrieves the DB version of the migration.
Contents
Return Return
(string)
Source Source
File: includes/functions/updates/llms-functions-updates-600.php
function _get_db_version() {
return '6.0.0';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |