/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
class wp_mail_from { function wp_mail_from() { } // new name function fb_mail_from_name() { $name = 'Put the Name Here'; // alternative the name of the blog // $name = get_option('blogname'); $name = esc_attr($name); return $name; } // new email-adress function fb_mail_from() { $email = is_email($email); return $email; } } $wp_mail_from = new wp_mail_from(); }