Automattic\WooCommerce\Blocks
BlockTypesController::delete_product_transients
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() BlockTypesController::delete product transients code WC 10.7.0
public function delete_product_transients() {
wc_deprecated_function( __METHOD__, '10.6.0' );
}