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’);
Leave a Reply