wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_login_failed › WordPress Action Hooks

Since5.4.0
Deprecatedn/a
do_action( 'wp_login_failed', $username, $error )
Parameters: (2)
  • (string) $username Username or email address.
    Required: Yes
  • (WP_Error) $error A WP_Error object with the authentication failure details.
    Required: Yes
Defined at:
Codex:

Fires after a user login has failed.





Source

do_action( 'wp_login_failed', $username, $error );