How to disable the WooCommerce Refund Email from Sending to Admins/Store Owners
-
I’m discovering that WooCommerce sends an email to the admin (and user) when an order is refunded. My client (admin) doesn’t want to receive that email. So I went to the WooCommerce > Settings > Emails to turn it off…and…lo and behold it’s not an option.
WooCommerce support says
there is no out of the box way to do this rather than with some custom code.
So, I’m searching if anyone out there knows of an easy way to disable this email for admins.Perhaps something like this: https://gist.github.com/mikejolley/3097073
I see there is a filter woocommerce_email_enabled_customer_refunded_order from this thread: Preventing WooCommerce email sending only on particular conditions
But is there a filter to disable ONLY the refund email to admins?
Thanks for you help in advance.
- The topic ‘How to disable the WooCommerce Refund Email from Sending to Admins/Store Owners’ is closed to new replies.