Skip to content

Instantly share code, notes, and snippets.

@webdados
Created January 14, 2020 15:58
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 webdados/e8dc5727a1c8ee5c179555df24029541 to your computer and use it in GitHub Desktop.
Save webdados/e8dc5727a1c8ee5c179555df24029541 to your computer and use it in GitHub Desktop.
Remove addresses from WooCommerce emails
<?php
remove_action( 'woocommerce_email_customer_details', array( WC_Emails::instance() , 'email_addresses' ), 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment