woocommerce_delete_shop_order_transients, $order_id

woocommerce_delete_shop_order_transients, $order_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_delete_shop_order_transients, $order_id') is found 1 times:

  • /includes/wc-order-functions.php line 537
     
    	// Do the same for regular cache.
    	WC_Cache_Helper::invalidate_cache_group( 'orders' );
    
    	do_action( 'woocommerce_delete_shop_order_transients', $order_id );
    }
    
    /**
     * See if we only ship to billing addresses.
     *
     * @return bool