On this page
apply_filters( 'wp_signup_location', string $sign_up_url )
Filters the Multisite sign up URL.
Parameters
$sign_up_urlstring-
The sign up URL.
Source
File: wp-login.php. View all references
wp_redirect( apply_filters( 'wp_signup_location', network_site_url( 'wp-signup.php' ) ) );
Related
Used By
| Used By | Description |
|---|---|
| redirect_canonical() wp-includes/canonical.php | Redirects incoming links to the proper URL based on the site url. |
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_signup_location