WC_Regenerate_Images::regenerating_noticepublic staticWC 1.0

Deprecated since 1.0.0. It is no longer supported and may be removed in future releases. Use WC_Regenerate_Images::is_regeneration_in_progress() instead.

Previously kept the regenerating thumbnails admin notice in sync with the job state.

Regeneration progress is now shown beside the regenerate thumbnails status tool.

Method of the class: WC_Regenerate_Images{}

No Hooks.

Returns

void. Nothing (null).

Usage

$result = WC_Regenerate_Images::regenerating_notice();

Changelog

Deprecated since 11.0.0 Use WC_Regenerate_Images::is_regeneration_in_progress() instead.

WC_Regenerate_Images::regenerating_notice() code WC 11.0.1

public static function regenerating_notice() {
	wc_deprecated_function( 'WC_Regenerate_Images::regenerating_notice', '11.0.0', 'WC_Regenerate_Images::is_regeneration_in_progress' );
}