[wp-trac] [WordPress Trac] #48757: White screen after confirmation of admin email address

WordPress Trac noreply at wordpress.org
Fri Nov 22 09:25:44 UTC 2019


#48757: White screen after confirmation of admin email address
--------------------------------------------+------------------------------
 Reporter:  jonfr2100                       |       Owner:  (none)
     Type:  defect (bug)                    |      Status:  closed
 Priority:  normal                          |   Milestone:  Awaiting Review
Component:  Login and Registration          |     Version:  5.3
 Severity:  major                           |  Resolution:  worksforme
 Keywords:  reporter-feedback dev-feedback  |     Focuses:
--------------------------------------------+------------------------------
Changes (by anant101289):

 * keywords:   => reporter-feedback dev-feedback
 * status:  new => closed
 * resolution:   => worksforme


Comment:

 Hello @jonfr2100,

 this is new feature added in wordpress 5.3 latest version,by default it
 will display every 6 months admin email confirmation screen.

 i have solution for that, you will use below filter,to hide that screen,i
 recently update from 5.2 to 5.3 but i have not any issue.


 {{{
  add_filter( 'admin_email_check_interval', '__return_false' )
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/48757#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list