Filters the default user variables used on the user sign-up form.
Parameters
$signup_user_defaults
array
Source
$filtered_results = apply_filters( 'signup_user_init', $signup_user_defaults );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Filters the default user variables used on the user sign-up form.
$signup_user_defaults
array$filtered_results = apply_filters( 'signup_user_init', $signup_user_defaults );
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.