Skip to content

Instantly share code, notes, and snippets.

@deeman
Created July 25, 2020 11:49
Show Gist options
  • Save deeman/fb4c776d199a1a1e6ed0221f25d0ac42 to your computer and use it in GitHub Desktop.
Save deeman/fb4c776d199a1a1e6ed0221f25d0ac42 to your computer and use it in GitHub Desktop.
WooCommerce: Remove Additional Notes
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