llms_update_450_update_db_version()

Update db version to 4.5.0


Return Return

(void|true) True if it needs to run again, nothing if otherwise.


Top ↑

Source Source

File: includes/functions/updates/llms-functions-updates-450.php

function llms_update_450_update_db_version() {
	if ( 'complete' !== get_transient( 'llms_update_450_migrate_events_open_sessions' ) ) {
		// Needs to run again.
		return true;
	}
	LLMS_Install::update_db_version( '4.5.0' );
}


Top ↑

Changelog Changelog

Changelog
Version Description
4.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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