wp_signup_location WordPress Filter Hook
The wp_signup_location hook is used to modify the location of the WordPress signup page. By default, this page is located at /wp-signup.php, but this hook can be used to change the location to any other URL on your site.
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
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |