W3cubDocs

/WordPress

apply_filters( ‘wp_signup_location’, string $sign_up_url )

Filters the Multisite sign up URL.

Parameters

$sign_up_urlstring
The sign up URL.

Source

wp_redirect( apply_filters( 'wp_signup_location', network_site_url( 'wp-signup.php' ) ) );

Changelog

Version Description
3.0.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_signup_location