wp_login_failed, $username, $error
wp_login_failed, $username, $error
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('wp_login_failed, $username, $error') is found 1 times:
- /wp-includes/pluggable.php line 731
* * @param string $username Username or email address. * @param WP_Error $error A WP_Error object with the authentication failure details. */ do_action( 'wp_login_failed', $username, $error ); } return $user; } endif;