[SOLVED] WordPress – how to change admin password with no email confirmation

When you try to change the admin email in WordPress, it is going to give you this message:

There is a pending change of your email to <some_email_address.>

To solve this you need to add some code to functions.php

remove_action(‘personal_options_update’, ‘send_confirmation_on_profile_email’);

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *