woocommerce_after_pay_action

woocommerce_after_pay_action

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_after_pay_action') is found 1 times:

  • /includes/class-wc-form-handler.php line 499
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
                    wp_safe_redirect( $order->get_checkout_order_received_url() );
                    exit;
                }
     
                do_action( 'woocommerce_after_pay_action', $order );
     
            }
        }
    }
     
    /**