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

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

Changuelog

Versionen Description
3.0.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.