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.
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.
After 20 years of transforming global communication, Skype has officially ceased operations. Microsoft, which purchased…
In a serene forest by the edge of a sparkling lake, there lived a cheerful…
Retiring comfortably is a goal many aspire to achieve, and with the right strategies, it’s…
Is your computer running frustratingly slow? Don't worry; you're not alone in facing this common…
Once, in a sunny forest, Fox and Crow were friends. One day, Crow found a…