Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save themepaint/5c3be1fdc1cb9917c61d to your computer and use it in GitHub Desktop.
Save themepaint/5c3be1fdc1cb9917c61d to your computer and use it in GitHub Desktop.
Remove Additional Notes from WooCommerce Checkout
// Use It In functions.php
add_filter( 'woocommerce_enable_order_notes_field', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment