WC_Background_Updater::is_memory_exceeded()

See if the batch limit has been exceeded.


Description Description


Return Return

(bool)


Top ↑

Source Source

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

	public function is_memory_exceeded() {
		return $this->memory_exceeded();
	}

Top ↑

User Contributed Notes User Contributed Notes

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