Automattic\WooCommerce\Internal\Admin\Emails

EmailListingRestController::initialize_template_generatorpublicWC 1.0

Deprecated since 11.1.0 The template generator no longer needs priming; email posts are created lazily. No-op, will be removed in a future version.. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Perform the initialization.

Method of the class: EmailListingRestController{}

No Hooks.

Returns

void. Nothing (null).

Usage

$EmailListingRestController = new EmailListingRestController();
$EmailListingRestController->initialize_template_generator();

Changelog

Deprecated since 11.1.0 The template generator no longer needs priming; email posts are created lazily. No-op, will be removed in a future version.

EmailListingRestController::initialize_template_generator() code WC 11.1.2

public function initialize_template_generator() {
	wc_deprecated_function( __METHOD__, '11.1.0' );
}