apply_filters( 'bp_members_validate_user_password', WP_Error $errors , string $pass , string $confirm_pass , null|WP_User $userdata )
Filter here to add password validation errors.
Description Description
Parameters Parameters
- $errors
-
Password validation errors.
- $pass
-
The password.
- $confirm_pass
-
The confirmed password.
- $userdata
-
Null or the userdata object when a member updates their password from front-end.
Source Source
File: bp-members/bp-members-functions.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |