Skip to content

Instantly share code, notes, and snippets.

@alexdeborba
Created August 16, 2016 02:54
Show Gist options
  • Save alexdeborba/82b2c893ec02f8e57cd14d798c829c51 to your computer and use it in GitHub Desktop.
Save alexdeborba/82b2c893ec02f8e57cd14d798c829c51 to your computer and use it in GitHub Desktop.
add_filter('wp_mail_from','custom_wp_mail_from');
function custom_wp_mail_from($email) {
return 'mail@alexdeborba.com';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment