/ Published in: PHP
                    
                                        
Add to the bottom of the your theme's function.php file. Change to your site's name
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
add_filter('wp_mail_from', 'new_mail_from');
add_filter('wp_mail_from_name', 'new_mail_from_name');
function new_mail_from($old) {
}
function new_mail_from_name($old) {
return 'Your Blog Name';
}
URL: rainydaymedia.net
Comments
 Subscribe to comments
                    Subscribe to comments
                
                