update_db_version()

Update db version to 6.10.0.


Return Return

(LLMSUpdatesVersion_6_10_0fasle.)


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
6.10.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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