mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Login and Registration: Introduce lostpassword_errors filter in retrieve_password() for errors encountered on a password reset request.
This complements the `registration_errors` filter in `register_new_user()`. Props wpdo5ea, dilipbheda. Fixes #49521. git-svn-id: https://develop.svn.wordpress.org/trunk@48084 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2553,7 +2553,7 @@ function register_new_user( $user_login, $user_email ) {
|
||||
* Filters the errors encountered when a new user is being registered.
|
||||
*
|
||||
* The filtered WP_Error object may, for example, contain errors for an invalid
|
||||
* or existing username or email address. A WP_Error object should always returned,
|
||||
* or existing username or email address. A WP_Error object should always be returned,
|
||||
* but may or may not contain errors.
|
||||
*
|
||||
* If any errors are present in $errors, this will abort the user's registration.
|
||||
|
||||
Reference in New Issue
Block a user