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.


Top ↑

Parameters Parameters

$db_version

(string) (Required) The DB version to upgrade from.


Top ↑

Return Return

(void)


Top ↑

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.


Top ↑

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.