[wp-trac] [WordPress Trac] #48745: Disable Admin Email Verification Screen by Variable in wp-config.php (or other means)

WordPress Trac noreply at wordpress.org
Fri Nov 29 16:19:04 UTC 2019


#48745: Disable Admin Email Verification Screen by Variable in wp-config.php (or
other means)
-----------------------------+------------------------------
 Reporter:  jadonn           |       Owner:  (none)
     Type:  feature request  |      Status:  reopened
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Users            |     Version:  5.3
 Severity:  normal           |  Resolution:
 Keywords:                   |     Focuses:  administration
-----------------------------+------------------------------

Comment (by JavierCasares):

 Why not create something like the Fatal Error Handler?

 {{{#!php
 <?php
 define( 'WP_DISABLE_FATAL_ERROR_HANDLER', false );
 }}}

 Something like option: {{{disabled_email_veri_screen}}}

 {{{#!php
 <?php
 define( 'WP_DISABLE_EMAIL_VERI_SCREEN', false ); // true / false
 }}}

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


More information about the wp-trac mailing list