Skip to content

Instantly share code, notes, and snippets.

@lucasstark
Created March 15, 2018 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasstark/f3c40fac5ee9f00bd0edc75e5f1d69f2 to your computer and use it in GitHub Desktop.
Save lucasstark/f3c40fac5ee9f00bd0edc75e5f1d69f2 to your computer and use it in GitHub Desktop.
Disable Gravity Forms Notifications
add_filter('woocommerce_gravityforms_send_entry_notifications_on_order_submission', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment