Created
November 15, 2022 06:50
-
-
Save xlplugins/5b65fd9bb840670a422f46447c643a24 to your computer and use it in GitHub Desktop.
Multiple order submit printed on checkout page germanized
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action( 'wfacp_checkout_before_order_review', function () { | |
remove_action( 'woocommerce_checkout_order_review', 'woocommerce_gzd_template_order_submit', wc_gzd_get_hook_priority( 'checkout_order_submit' ) ); | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment