signup_user_init WordPress Filter Hook
The signup_user_init hook is used to initialize the user during the user signup process. This hook is called before the user is created and allows you to modify the user data.
apply_filters( 'signup_user_init', array $signup_user_defaults ) #
Filters the default user variables used on the user sign-up form.