WC_Regenerate_Images_Request::batch_limit_exceeded()

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


Description Description


Return Return

(bool)


Top ↑

Source Source

File: includes/class-wc-regenerate-images-request.php

	protected function batch_limit_exceeded() {
		return true;
	}

Top ↑

User Contributed Notes User Contributed Notes

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