Skip to content

Instantly share code, notes, and snippets.

@Luminus
Created July 17, 2017 12:58
Show Gist options
  • Save Luminus/bd8cb59ede47fd56d1a6860255d8aa94 to your computer and use it in GitHub Desktop.
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
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