/ Published in: JavaScript

enter the full email address you want displayed
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/** ******** ******** ******** ******** ******** ******** ******** ******** * TITLE: Change admin e-mail to new users * DESCRIPTION: enter the full email address you want displayed * * http://miloguide.com/filter-hooks/wp_mail_from/ */ function email_filter_wp_mail_from($email){ } add_filter("wp_mail_from", "email_filter_wp_mail_from");
URL: http://premium.wpmudev.org/blog/wordpress-email-settings/
Comments
