LLMS_Update::start()

Logs the start of the queue


Return Return

(void)


Top ↑

Source Source

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

	public function start() {
		$this->log( sprintf( 'LLMS update tasks started for version %s', $this->version ) );
		$this->update_status( 'running' );
		$this->enqueue();
	}


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.