WordPress automatically prompts site administrators to verify their admin email address every few months to ensure it is still valid.
This security feature can often feel unnecessary and frustrating for site owners who are confident in their email setup and wish to simplify their administrative tasks.
Many of our partner brands have opted to disable the WordPress admin email verification notice and have not experienced any negative impacts on their site’s performance or security.
By disabling this feature, they have prevented interruptions while maintaining essential security measures like two-factor authentication and strong passwords.
In this article, we will guide you through the simple process of disabling the admin email verification notice in WordPress.
What is the Admin Email Verification Notice in WordPress?
The admin email verification notice feature was introduced in WordPress 5.3 to promptwebsite administrators to confirm their site email address periodically..
The admin email verification notification ensures that the email address provided by the site administrator is correct and active. This is essential for maintaining site security and effective management.
Although it was initially designed to appear every six months, the admin email verification notification can sometimes pop up more often than needed.
This can be frustrating for users who are simply trying to log into their WordPress sites. Wouldn’t it be convenient to disable the admin email verification notification altogether?
Let’s explore how to easily turn off the admin email verification notification. You can click the links below to jump directly to your preferred method:
- Method 1: Disable Admin Email Verification Notification Using Code (Recommended)
- Method 2: Disable Admin Email Verification Notification Using a Plugin
- Bonus: Turn Off Automatic Update Email Notifications in WordPress
Method 1: Disable Admin Email Verification Notification Using Code (Recommended)
You can easily turn off the admin email verification notification by adding a code snippet to your WordPress files. If you’re new to this, check out our beginner’s guide on how to paste snippets from the web into WordPress.
Typically, you’ll need to manually add the code to your theme’s functions.php file. This process can be challenging, and even a minor error could crash your entire website.
That’s why we suggest using WPCode. It’s the top WordPress code snippets plugin available, designed to simplify and secure the process of adding custom code to your site.
Begin by installing and activating the free WPCode plugin. For detailed instructions, please refer to our guide on installing a WordPress plugin.
Once activated, navigate to the Code Snippets » + Add Snippet section in your WordPress admin dashboard.
Here, click the ‘Use Snippet’ button located under the ‘Add Your Custom Code (New Snippet)’ option.
This will direct you to the ‘Create Custom Snippet’ page, where you can start by entering a title for your code snippet. Choose a title that helps you recognize the code easily.
Next, select ‘PHP Snippet’ from the ‘Code Type’ dropdown menu on the right.
After that, simply copy and paste the following PHP code snippet into the ‘Code Preview’ box:
// Disable WordPress Administration Email Verification Screen add_filter( 'admin_email_check_interval', '__return_false' );
Next, navigate to the ‘Insertion’ section and select the ‘Auto Insert’ option.
The custom code will now run automatically on your website once activated.
Then, open the ‘Location’ dropdown menu and choose the ‘Admin Only’ option.
This ensures that the code snippet will only run in the WordPress admin area after activation.
Now, go to the top of the page, switch the toggle from ‘Inactive’ to ‘Active’ in the upper right corner, and click the ‘Save Snippet’ button.
After saving and activating the code snippet, it will automatically execute on your site.
You will no longer see the admin email verification notification.
Method 2: Disable Admin Email Verification Notification Using a Plugin
If you prefer not to add code to your WordPress site, you can use a plugin instead.
First, install and activate the Make Disable Admin Email Verification Prompt plugin. For detailed instructions, refer to our beginner’s guide on installing a WordPress plugin.
After activation, go to the Settings » General page in your WordPress admin dashboard and scroll down to the bottom.
Locate the option labeled ‘Disable Admin Email Verification Prompt’ and check the box next to it.
After making this change, remember to click the ‘Save Changes’ button to apply your settings.
That’s all! You and your team will no longer receive the admin email verification notification.
Bonus: How to Disable Automatic Update Email Notifications in WordPress
In addition to the admin verification notice, you might also want to turn off the automatic update emails sent by your WordPress site.
By default, WordPress notifies you via email for every update to the core, themes, or plugins, which can be quite bothersome.
Fortunately, you can easily stop these notifications by installing and activating the Manage Notification E-mails plugin. For detailed instructions, refer to our step-by-step guide on installing a WordPress plugin.
Once activated, navigate to the Settings » Notification e-mails section in your WordPress dashboard and uncheck the options for WordPress update email notifications.
Then, click the ‘Save Changes’ button to confirm your settings. You have now successfully disabled update emails. For further guidance, check our tutorial on disabling automatic update email notifications in WordPress.
This article provides a comprehensive guide on disabling the admin email verification notifications in WordPress. Additionally, you might find our tutorial on removing the ‘Powered by WordPress’ footer links and our comparison of top WordPress database plugins helpful.
If you enjoyed this article, consider subscribing to our YouTube Channel for insightful WordPress video tutorials. You can also connect with us on Twitter and Facebook.

