LLMS_Background_Updater::complete()

Called when queue is emptied and action is complete


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.background.updater.php

	protected function complete() {
		$this->log( 'Update complete' );
		LLMS_Install::update_db_version();
		parent::complete();
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.4.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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