Here you go: Insert this code at the bottom of your functions.php (parent or child theme) function res_fromemail($email) { $wpfrom = get_option('admin_email'); return $wpfrom; }
Liked On: September 26th, 2013, 11:28 PM