Skip to content

Instantly share code, notes, and snippets.

@BurlesonBrad
Created July 11, 2015 04:57
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 BurlesonBrad/5ac11129ba0281a0fc01 to your computer and use it in GitHub Desktop.
Save BurlesonBrad/5ac11129ba0281a0fc01 to your computer and use it in GitHub Desktop.
For Dave
function woo_custom_wp_mail_from() {
global $woocommerce;
return html_entity_decode( 'daves.email@daves-favorite-spot-on-the-innerwebs.com' );
}
add_filter( 'wp_mail_from', 'woo_custom_wp_mail_from', 99 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment