Duplicate emails sent to users if post is create from backend
-
Hi,
Thanks for developing this great plugin.
Emails are distributed as intended when my users create a post from the frontend. That’s perfect.
I use the plugin WP User Frontend 3.1.5 and I added as you suggested on another topic this line to my child theme functions.php to allow emails to be sent on post submission in the frontend :
add_filter 'bnfw_trigger_insert_post', '__return_true' );
However, if I submit a post from the backend, users receive the notification email twice.
Is there a way to submit from the backend and only send 1 email notifying users about this new post?
Best regards,
SBI’m on WP 5.2, Better Notification for WP 1.7.3. I use a membership plugin named Ultimate Member v 2.0.45 (that doesn’t send emails on post publication)
The page I need help with: [log in to see the link]
- The topic ‘Duplicate emails sent to users if post is create from backend’ is closed to new replies.