woocommerce_delete_order action-hook . WC 1.0
Usage
add_action( 'woocommerce_delete_order', 'action_function_name_896' ); function action_function_name_896( $id ){ // action... }
- $id
- -
Where the hook is called
woocommerce_delete_order
woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php 202
do_action( 'woocommerce_delete_order', $id );