[wp-trac] [WordPress Trac] #23087: Filter wp-register.php canonical redirect in single site too
WordPress Trac
noreply at wordpress.org
Fri Sep 11 20:47:50 UTC 2015
#23087: Filter wp-register.php canonical redirect in single site too
----------------------------------------+-----------------------
Reporter: chrisclayton | Owner:
Type: enhancement | Status: assigned
Priority: normal | Milestone: 4.4
Component: Canonical | Version:
Severity: normal | Resolution:
Keywords: needs-patch good-first-bug | Focuses:
----------------------------------------+-----------------------
Comment (by colinhahn):
Isn't that covered by the existing function wp_registration_url()?
{{{
function wp_registration_url() {
/**
* Filter the user registration URL.
*
* @since 3.6.0
*
* @param string $register The user registration URL.
*/
return apply_filters( 'register_url', site_url( 'wp-
login.php?action=register', 'login' ) );
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/23087#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list