Home / Disable Site Admin Email Verification
Duplicate Snippet

Embed Snippet on Your Site

Disable Site Admin Email Verification

Stop WordPress from asking you to confirm the administrator email address when logging in.

300+
Code Preview
php
<?php
add_filter( 'admin_email_check_interval', '__return_false' );

Comments

Add a Comment