On this page
apply_filters( 'signup_user_init', array $signup_user_defaults )
Filters the default user variables used on the user sign-up form.
Parameters
$signup_user_defaultsarray
Source
File: wp-signup.php. View all references
$filtered_results = apply_filters( 'signup_user_init', $signup_user_defaults );
Related
Used By
| Used By | Description |
|---|---|
| signup_user() wp-signup.php | Shows a form for a visitor to sign up for a new user account. |
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/signup_user_init