update_db_version()

Update db version to 6.0.0.


Return Return

(boolean)


Top ↑

Source Source

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

function update_db_version() {
	\LLMS_Install::update_db_version( _get_db_version() );
	return false;
}

Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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