Remove Admin Email Verification

  • Author: @chrisdavidmiles
  • License: MIT
  • Version: 1.0
  • Last Updated: 23 July 2022
  • Requires WordPress: 5.3 or higher
  • Compatible up to: 6.2
  • Requires PHP: 5.2 or higher

Description

This plugin adds a single line of code that removes the admin email verification from /wp-login.php

add_filter( 'admin_email_check_interval', '__return_false' );

By default, WordPress will occasionally check if the site's administrator email is still correct. This is useful, but for some sites you may want to turn that off. This plugin prevents that confirmation screen from showing up.


Changelog

Version 1.0 Latest

Release Date – 23 July 2022

  • Initial Release.

For more information about this plugin contact the author.