woocommerce_after_pay_action, $order

woocommerce_after_pay_action, $order

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_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 );
    
    			}
    		}
    	}
    
    	/**