woocommerce_delete_order, $id

woocommerce_delete_order, $id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_delete_order, $id') is found 1 times:

  • /includes/data-stores/abstract-wc-order-data-store-cpt.php line 310
    				 * @since 2.7.0
    				 *
    				 * @param int $order_id ID of the order that has been deleted.
    				 */
    				do_action( 'woocommerce_delete_order', $id );
    			}
    		} else {
    			if ( $do_filters ) {
    				/**
    				 * Fires immediately before an order is trashed.
    				 *