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
-
$result
array
Source
File: wp-includes/ms-functions.php
.
View all references
return apply_filters( 'wpmu_validate_user_signup', $result );
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |