Skip to content

Instantly share code, notes, and snippets.

@Shininglow
Created October 26, 2017 09:46
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 Shininglow/93cdea7ddaf44ab1ceeac4d9ec9da463 to your computer and use it in GitHub Desktop.
Save Shininglow/93cdea7ddaf44ab1ceeac4d9ec9da463 to your computer and use it in GitHub Desktop.
// Hooking up our functions to WordPress filters
add_filter( 'wp_mail_from', 'wpb_sender_email' );
add_filter( 'wp_mail_from_name', 'wpb_sender_name' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment