• Hello

    I apologize if this question has been asked before. I have not found it…

    How can I make it so that the emails do not go out twice, but only from Ultimate Member? I only want them from Ultimate Meber.

    The users always receive an account activation from WordPress AND Ultimate meber…

    Thank you and have a nice day

    Best Regards

    Dani

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @omegalita

    Could you please try this code snippet? This will disable the notification for a newly registered user.

    add_action( 'init', function(){
        remove_action( 'register_new_user',   'wp_send_new_user_notifications' );
    } );

    You can add the code in the theme’s functions.php file or use the Code Snippets plugin.

    Regards,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @omegalita

    …Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. ??

    Regards,

    Thread Starter dee-net websolutions

    (@omegalita)

    Hello champ

    If I insert this code, will Ultimate Member still send a welcome email?

    Because that’s how I would like it: that wordpress doesn’t send a default welcome email, but only Ultimate Member….

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @omegalita
    Yes, it should still send the UM Welcome Email. Have you tested it on your site and see if the other email still sends?

    Regards,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hey there!

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. ??

    Regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Emails sending twice’ is closed to new replies.