Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save shameemreza/1ab7436f8cae61cd842873da20c949e5 to your computer and use it in GitHub Desktop.

Select an option

Save shameemreza/1ab7436f8cae61cd842873da20c949e5 to your computer and use it in GitHub Desktop.
Remove WordPress Administration Email Verification
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