wp_login_failed – action
Fires after a user login has failed.
Parameters
- .
- ( 2.5.0 ) . .
- The
- ( 4.5.0 ) value of `$username` can now be an email address. . . .
- The
- ( 5.4.0 ) `$error` parameter was added. . . .
- ( string ) $username Username or email address. . . .
- $error
- ( WP_Error ) A WP_Error object with the authentication failure details. . . .