Advertisement
swte

Untitled

Sep 25th, 2018
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. add_filter('wp_mail',function($args) {
  2.  $args['headers'] = array('Reply-To: Tamás <tamas@domain.com>');
  3.  return $args;
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement