Created
July 17, 2017 12:58
-
-
Save Luminus/bd8cb59ede47fd56d1a6860255d8aa94 to your computer and use it in GitHub Desktop.
Change the position of the EU VAT Number field on the Checkout page
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
remove_action( 'woocommerce_after_checkout_billing_form', array( 'WC_EU_VAT_Number', 'vat_number_field' ) ); | |
add_action( 'HOOK-YOU-WANT-TO-ADD-IT-TO', array( 'WC_EU_VAT_Number', 'vat_number_field' ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment