Used By
Used By | Description |
---|---|
wp-includes/user.php: wp_signon() | Authenticates and logs a user in with ‘remember’ capability. |
Fires before the user is authenticated.
The variables passed to the callbacks are passed by reference, and can be modified by callback functions.
(string) Username (passed by reference).
(string) User password (passed by reference).
This action is located inside of wp_signon(). In contrast to the wp_login action, it is executed before the WordPress authentication process.
This action hook is not to be confused with the wp_authenticate() pluggable function.
File: wp-includes/user.php
Version | Description |
---|---|
1.5.1 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_authenticate