woocommerce_delete_shop_order_transients action-hook . WC 1.0
Do the same for regular cache.
Usage
add_action( 'woocommerce_delete_shop_order_transients', 'action_function_name_7112' ); function action_function_name_7112( $order_id ){ // action... }
- $order_id
- -
Where the hook is called
woocommerce_delete_shop_order_transients
woocommerce/includes/wc-order-functions.php 475
do_action( 'woocommerce_delete_shop_order_transients', $order_id );