We'd like to have the new conversation notification go to a specific recipient and not go to the administrator at all (who is our developer and not involved in day-to-day ops)
I found this code from another ticket, but how do we exclude the current WP admin, not just add an additional email recipient?
We'd like to have the new conversation notification go to a specific recipient and not go to the administrator at all (who is our developer and not involved in day-to-day ops)
I found this code from another ticket, but how do we exclude the current WP admin, not just add an additional email recipient?
Hi Ryan,
In this case you can replace that snippet with this one:
You'd need to replace [email protected] with the address you want your emails to go to.
Great - thank you, I'll give it a go!