Automattic\WooCommerce\Blocks

BlockTypesController::delete_product_transientspublicWC 1.0

Deprecated since since 10.6.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Delete product transients when a product is deleted.

Method of the class: BlockTypesController{}

No Hooks.

Returns

null. Nothing (null).

Usage

$BlockTypesController = new BlockTypesController();
$BlockTypesController->delete_product_transients();

Changelog

Deprecated Since 10.6. 0

BlockTypesController::delete_product_transients() code WC 10.7.0

public function delete_product_transients() {
	wc_deprecated_function( __METHOD__, '10.6.0' );
}