[wp-trac] [WordPress Trac] #43407: Make site_url filter aware of wp-login.php actions

WordPress Trac noreply at wordpress.org
Sat Feb 24 16:41:13 UTC 2018


#43407: Make site_url filter aware of wp-login.php actions
------------------------------------+-----------------------------
 Reporter:  jfarthing84             |      Owner:
     Type:  enhancement             |     Status:  new
 Priority:  normal                  |  Milestone:  Awaiting Review
Component:  Login and Registration  |    Version:  trunk
 Severity:  normal                  |   Keywords:
  Focuses:                          |
------------------------------------+-----------------------------
 For instance, `wp_registration_url()` passes the action to `site_url()`:

 `$registration_url = site_url( 'wp-login.php?action=register' );`

 However, `wp_logout_url()` and `wp_lostpassword_url()` do not. Attaching a
 patch to fix this.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/43407>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list