• Resolved Anonymous User 17288783

    (@anonymized-17288783)


    Hi,
    I’m currently running a plugin that sends a confirmation link to users when they create an account, or change their emails. The issue is that for the change of emails, users receive 2 emails: 1 from WordPress that says their email has been successfully changed, and another from the plugin that asks to confirm the change of email. It makes for a confusing situation.

    I would like to know how to completely disable the email change confirmation, I tried to find the solution endlessly on google without much luck

    • This topic was modified 7 years ago by Anonymous User 17288783.
    • This topic was modified 7 years ago by Anonymous User 17288783.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    I’m currently running a plugin that sends a confirmation link to users…

    Please identify exactly which plugin you are using and then post in that plugin’s dedicated forum via its page in the Plugin Repository so the plugin’s developers and support community can help you with this.

    Thread Starter Anonymous User 17288783

    (@anonymized-17288783)

    My question is related to the wordpress email, not the plugin email.
    To re-iterate, how do I disable the email WordPress sends when a user changes his email?
    All google results are about disabling the admin email change confirmation email, somehow never about the user email.

    • This reply was modified 7 years ago by Anonymous User 17288783.
    • This reply was modified 7 years ago by Anonymous User 17288783.
    • This reply was modified 7 years ago by Anonymous User 17288783.
    Thread Starter Anonymous User 17288783

    (@anonymized-17288783)

    I had to add:
    add_filter( ‘send_email_change_email’, ‘__return_false’ );
    In my theme’s functions.php
    Ty!

    Pete

    (@perthmetro)

    Can I ask which plugin you’re referring to?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Disabling email change confirmation email for users’ is closed to new replies.