Filters the user registration URL.
Parameters
$registerstring- The user registration URL.
Source
return apply_filters( 'register_url', site_url( 'wp-login.php?action=register', 'login' ) );
Changelog
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |
Filters the user registration URL.
$registerstringreturn apply_filters( 'register_url', site_url( 'wp-login.php?action=register', 'login' ) );
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
Do you want to use a custom registration page? Modify the registration page URL using
register_url.Update the link with your actual registration page URL.