apply_filters( 'wp_authenticate_user', WP_User|WP_Error $user, string $password )
Filters whether the given user can be authenticated with the provided $password.
Parameters
More Information
This hook should return either a WP_User() object or, if generating an error, a WP_Error() object.
Source
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_authenticate_user