Skip to content

Instantly share code, notes, and snippets.

@filipecsweb
Last active November 19, 2019 12:57
Show Gist options
  • Save filipecsweb/57a768003211914ff771 to your computer and use it in GitHub Desktop.
Save filipecsweb/57a768003211914ff771 to your computer and use it in GitHub Desktop.
Remove order notes from WooCommerce checkout
<?php
add_filter( 'woocommerce_enable_order_notes_field', '__return_false' );
@deeperlook
Copy link

Fantastic, thank you!

@yansusanto
Copy link

Simple and it works. Thanks for sharing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment