Skip to content

Instantly share code, notes, and snippets.

@bradleysa
Created April 22, 2022 07:51
Show Gist options
  • Save bradleysa/48978c0931af0c0274263021cb96389b to your computer and use it in GitHub Desktop.
Save bradleysa/48978c0931af0c0274263021cb96389b to your computer and use it in GitHub Desktop.
WC: Remove Order Notes
add_filter('woocommerce_enable_order_notes_field', '__return_false');
/** http://stackoverflow.com/questions/22483312/woocommerce-removing-additional-information-name-on-checkout-page **/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment