WC_Regenerate_Images_Request::batch_limit_exceeded()protectedWC 1.0

Limit each task ran per batch to 1 for image regen.

Method of the class: WC_Regenerate_Images_Request{}

No Hooks.

Return

true|false.

Usage

// protected - for code of main (parent) or child class
$result = $this->batch_limit_exceeded();

WC_Regenerate_Images_Request::batch_limit_exceeded() code WC 8.7.0

protected function batch_limit_exceeded() {
	return true;
}