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.
LLMS_Install::run_db_updates( string $db_version )
Run database updates
Description Description
If no updates are required for the current version, records the DB version as the current plugin version.
Parameters Parameters
- $db_version
-
(string) (Required) The DB version to upgrade from.
Return Return
(void)
Source Source
File: includes/class.llms.install.php
/** * Action run immediately after the LLMS_Install::install() routine has completed. * * @since Unknown */ do_action( 'lifterlms_after_install' ); } /** * Remove the difficulties created by the `create_difficulties()` function * * Used during uninstall when "remove_all_data" is set.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |