wpseek.com
WordPress开发者和主题制作者的搜索引擎



wpmu_validate_user_signup › WordPress过滤钩子

SinceMU (3.0.0)
已弃用n/a
apply_filters( 'wpmu_validate_user_signup', $result )
参数:
  • (array) $result { The array of user name, email, and the error messages. @type string $user_name Sanitized and unique username. @type string $orig_username Original username. @type string $user_email User email address. @type WP_Error $errors WP_Error object containing any errors found. }
    Required: Yes
定义在:
文档:

Filters the validated user registration details.

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.





源码

return apply_filters( 'wpmu_validate_user_signup', $result );