LLMS_Update::complete()

Called when the queue is emptied for the group Outputs an admin notice


Return Return

(void)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.update.php

	public function complete() {

		$this->log( sprintf( 'LLMS update tasks completed for version %s', $this->version ) );
		LLMS_Install::update_db_version( $this->version );
		delete_option( 'llms_update_' . $this->version );

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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