25% off ProSNIPC25OFF

Disable Admin Email Verification Prompt

Removes the periodic WordPress nag that asks administrators to confirm their email address is still current.

PHPby SnipCraft
php
<?php
add_filter( 'admin_email_check_interval', '__return_false' );
#admin#email#notifications#ux