WC_Regenerate_Images_Request::complete()

This runs once the job has completed all items on the queue.


Description Description


Return Return

(void)


Top ↑

Source Source

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

	protected function complete() {
		parent::complete();
		$log = wc_get_logger();
		$log->info(
			__( 'Completed product image regeneration job.', 'woocommerce' ),
			array(
				'source' => 'wc-image-regeneration',
			)
		);
	}


Top ↑

User Contributed Notes User Contributed Notes

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