WC_Background_Updater::is_memory_exceeded()publicWC 1.0

See if the batch limit has been exceeded.

Method of the class: WC_Background_Updater{}

No Hooks.

Return

true|false.

Usage

$WC_Background_Updater = new WC_Background_Updater();
$WC_Background_Updater->is_memory_exceeded();

WC_Background_Updater::is_memory_exceeded() code WC 8.7.0

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