Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save someguy9/574f14a414ff5f852a84e7384ca8ab0a to your computer and use it in GitHub Desktop.
Save someguy9/574f14a414ff5f852a84e7384ca8ab0a to your computer and use it in GitHub Desktop.
Disable the WordPress site admin email verification screen
<?php
//Disable the WordPress site admin email verification screen
add_filter( 'admin_email_check_interval', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment