wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_signup_location › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'wp_signup_location', network_site_url( 'wp-signup.php' )
Parameters:
  • (string) $sign_up_url The sign up URL.
    Required: Yes
Defined at:
Codex:

Filters the Multisite sign up URL.





Source

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