Replies: 0
We installed your plugin, and have found that even with the added notification, the standard WP notification is still being sent too, for a total of 2 emails to the post author.
I use Mandrill (from Mailchimp) for our transactional SMTP server.
This one sends correctly, per your login:
wp_BNFW_Engine->send_notification
However it is also sending this one too, which is the standard notification.
wp_wp_notify_postauthor
It seems like the plugin is not turning off the original hook? Do you have any recommendations for troubleshooting this?
We are using WPDiscuz
Thanks!