woocommerce_after_pay_action, $order
woocommerce_after_pay_action, $order
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_after_pay_action, $order') is found 1 times:
- /includes/class-wc-form-handler.php line 566
wp_safe_redirect( $order->get_checkout_order_received_url() ); exit; } do_action( 'woocommerce_after_pay_action', $order ); } } } /**