woocommerce_resume_order, $order_id
woocommerce_resume_order, $order_id
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_resume_order, $order_id') is found 1 times:
- /includes/class-wc-checkout.php line 422
* @since 3.0.0 or earlier * * @param int $order_id The ID of the order being resumed. */ do_action( 'woocommerce_resume_order', $order_id ); // Remove all items - we will re-add them later. $order->remove_order_items(); } else { $order = new WC_Order(); }