Home›Forums›Feature Requests›PTA Member Directory and Contact Form – Feature Requests›Add a filter for email message content›Reply To: Add a filter for email message content
March 2, 2021 at 12:27 PM
#33253
Stephen Sherrard
Keymaster
Please look at the code for the wp_mail function, as that already includes a filter hook. My plugin uses the wp_mail function to actually send the email, so that filter hook is already there, and would be redundant to add another one.
https://developer.wordpress.org/reference/functions/wp_mail/