On this page
do_action( 'wp_login_failed', string $username, WP_Error $error )
Fires after a user login has failed.
Parameters
Source
File: wp-includes/pluggable.php. View all references
do_action( 'wp_login_failed', $username, $error );
Related
Used By
| Used By | Description |
|---|---|
| wp_authenticate() wp-includes/pluggable.php | Authenticates a user, confirming the login credentials are valid. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_login_failed