apply_filters( 'lostpassword_user_data', WP_User|false $user_data, WP_Error $errors )

Filters the user data during a password reset request.


Description Description

Allows, for example, custom validation using data other than username or email address.


Top ↑

Parameters Parameters

$user_data

(WP_User|false) WP_User object if found, false if the user does not exist.

$errors

(WP_Error) A WP_Error object containing any errors generated by using invalid credentials.


Top ↑

Source Source

File: wp-includes/user.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
5.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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