LLMS_Install::update_db_version( string $version = null )

Update the LifterLMS DB 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

		self::update_db_version();

	}


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.