[wp-trac] [WordPress Trac] #40348: Option to enable User Dashboard on single-site installations

WordPress Trac noreply at wordpress.org
Mon Apr 3 19:49:57 UTC 2017


#40348: Option to enable User Dashboard on single-site installations
-----------------------------------+------------------------------
 Reporter:  johnjamesjacoby        |       Owner:
     Type:  enhancement            |      Status:  new
 Priority:  normal                 |   Milestone:  Awaiting Review
Component:  Users                  |     Version:  3.0
 Severity:  normal                 |  Resolution:
 Keywords:  has-patch 2nd-opinion  |     Focuses:  administration
-----------------------------------+------------------------------

Comment (by johnjamesjacoby):

 With the patch applied, now a simple plugin can prevent `/wp-admin/user/`
 from being redirected away from:

 {{{
 // Do not redirect user admin requests
 if ( ! is_multisite() ) {
     add_filter( 'redirect_user_admin_request', '__return_false' );
 }
 }}}

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


More information about the wp-trac mailing list