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
Source
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |