LLMS_Install::update_llms_version( string $version = null )

Update the LifterLMS version record to the latest version


Parameters Parameters

$version

(string) (Optional) Version number.

Default value: null


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.install.php

		if ( empty( $_GET['llms-db-update'] ) ) {
			return;
		}


Top ↑

Changelog Changelog

Changelog
Version Description
3.4.3 Unknown.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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