WC_Background_Updater::is_updating()

Is the updater running?


Description Description


Return Return

(boolean)


Top ↑

Source Source

File: includes/class-wc-background-updater.php

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

Top ↑

User Contributed Notes User Contributed Notes

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