Skip to content

Instantly share code, notes, and snippets.

@Tmeister
Last active August 29, 2015 14:04
Show Gist options
  • Save Tmeister/c483e2947a14e0124b08 to your computer and use it in GitHub Desktop.
Save Tmeister/c483e2947a14e0124b08 to your computer and use it in GitHub Desktop.
<?php
function ec_mail_name( $email ){
return 'Joe Doe'; // new email name from sender.
}
add_filter( 'wp_mail_from_name', 'ec_mail_name' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment