add filter for only one variable in wp_mail?
-
Looks like there is an apply_filter( … ) for almost any option in wp_mail except for the body a.k.a the variable $message
How can I filter that single variable?
This one.
$phpmailer->Body = $message;
The topic ‘add filter for only one variable in wp_mail?’ is closed to new replies.