LLMS_Background_Updater::is_updating()

Returns true if the updater is running


Return Return

(boolean)


Top ↑

Source Source

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

	public function is_updating() {
		return ( false === $this->is_queue_empty() );
	}

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.