Skip to content

Instantly share code, notes, and snippets.

@Shininglow
Created October 26, 2017 09:45
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/1ac8e5cc0de1cea111110b6346b4cea5 to your computer and use it in GitHub Desktop.
Save Shininglow/1ac8e5cc0de1cea111110b6346b4cea5 to your computer and use it in GitHub Desktop.
// Function to change email address
function wpb_sender_email( $original_email_address ) {
return 'admin@example.com';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment