On this page
apply_filters( 'wpmu_validate_user_signup', array $result )
Filters the validated user registration details.
Description
This does not allow you to override the username or email of the user during registration. The values are solely used for validation and error handling.
Parameters
$resultarray
Source
File: wp-includes/ms-functions.php. View all references
return apply_filters( 'wpmu_validate_user_signup', $result );
Related
Used By
| Used By | Description |
|---|---|
| wpmu_validate_user_signup() wp-includes/ms-functions.php | Sanitizes and validates data required for a user sign-up. |
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wpmu_validate_user_signup