Skip to content

Instantly share code, notes, and snippets.

@rynaldos-zz
Created March 16, 2017 03:25
Show Gist options
  • Save rynaldos-zz/793c97e8d4daee45bf6a847430c25e59 to your computer and use it in GitHub Desktop.
Save rynaldos-zz/793c97e8d4daee45bf6a847430c25e59 to your computer and use it in GitHub Desktop.
[WooCommerce] Removing coupon field from checkout page
remove_action( 'woocommerce_before_checkout_form', 'woocommerce_checkout_coupon_form', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment