Skip to content

Instantly share code, notes, and snippets.

@BeyondTheLoop
Created April 24, 2023 12:30
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 BeyondTheLoop/f2b2eae300c8eda97d058ffa587a718d to your computer and use it in GitHub Desktop.
Save BeyondTheLoop/f2b2eae300c8eda97d058ffa587a718d to your computer and use it in GitHub Desktop.
Change WordPress email sender name
add_filter( 'wp_mail_from_name', function () {
return get_bloginfo('name');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment