wordpress

Disable Admin Email Verification In WordPress

In WordPress version 5.3 and above a new feature to verify admin email every six months is added. The purpose of this feature is to make sure that the admin email is valid and still being used for the site or not.

The admin email verification notice looks like in the image below.

disable WordPress admin panel

Have you ever wondered why on earth we have to change the admin email address? This message might be annoying because you will see it every time you sign in to your dashboard. Your client might be annoyed by the notice. 

You can completely stop showing this message. You have to add the code in your functions.php

add_filter( 'admin_email_check_interval', '__return_false' );

 In this way, you can solve the annoying message of showing admin email verification.

jaminrai

Recent Posts

Skype Closes Its Doors After 20 Years: A Look Back and the Apps That Faded with It

After 20 years of transforming global communication, Skype has officially ceased operations. Microsoft, which purchased…

3 months ago

The Duck and the Tortoise: A Tale of Patience and Teamwork

In a serene forest by the edge of a sparkling lake, there lived a cheerful…

4 months ago

10 Smart Strategies for a Secure and Enjoyable Retirement

Retiring comfortably is a goal many aspire to achieve, and with the right strategies, it’s…

4 months ago

Troubleshooting a Slow Computer

Is your computer running frustratingly slow? Don't worry; you're not alone in facing this common…

4 months ago

The Clever Fox and the Greedy Crow

Once, in a sunny forest, Fox and Crow were friends. One day, Crow found a…

4 months ago