do_action( 'wp_login_failed', string $username )

Fires after a user login has failed.


Parameters

$username

(string) Username or email address.


Source

File: wp-includes/pluggable.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.5.0 The value of $username can now be an email address.
WP-2.5.0 Introduced.