Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
_get_db_version()
Retrieves the DB version of the migration.
Contents
Return Return
(string)
Source Source
File: includes/functions/updates/llms-functions-updates-6100.php
function _get_db_version() {
return '6.10.0';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 6.10.0 | Introduced. |