do_action( 'wp_login_failed', string $username )

Fires after a user login has failed.


Description Description


Parameters Parameters

$username

(string) Username or email address.


Top ↑

Source Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog Changelog

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.