wordpress / latest / hooks / wp_signup_location.html

apply_filters( 'wp_signup_location', string $sign_up_url )

Filters the Multisite sign up URL.

Parameters

$sign_up_url string
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' ) ) );

Used By

Used By Description

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