[wp-trac] [WordPress Trac] #17630: Redirect wp-signup.php to wp_signup_location

WordPress Trac noreply at wordpress.org
Sat Oct 3 22:09:56 UTC 2015


#17630: Redirect wp-signup.php to wp_signup_location
------------------------------------+------------------------
 Reporter:  dwieeb                  |       Owner:
     Type:  enhancement             |      Status:  new
 Priority:  normal                  |   Milestone:  4.4
Component:  Login and Registration  |     Version:  3.1.3
 Severity:  normal                  |  Resolution:
 Keywords:  needs-patch             |     Focuses:  multisite
------------------------------------+------------------------
Changes (by jeremyfelt):

 * keywords:  has-patch dev-feedback => needs-patch
 * milestone:  Future Release => 4.4


Comment:

 I think we'd be better off with an action here rather than correctly
 trying to guess and match a default location to avoid redirects.

 `wp-activate.php` has an `activate_header` hook that can be used for this.
 The `signup_header` hook in `wp-signup.php` only runs inside `wp_head`,
 which is too late. We could do something like `pre_signup_header`.

 Let's come up with a good action name or close this ticket. :)

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


More information about the wp-trac mailing list