do_action( 'auth_cookie_bad_username', array $cookie_elements )

Fires if a bad username is entered in the user authentication process.


Parameters

$cookie_elements

(array) An array of data for the authentication cookie.


Source

File: wp-includes/pluggable.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.7.0 Introduced.