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.


Top ↑

Source Source

File: bp-members/bp-members-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.