do_action( 'auth_cookie_bad_hash', array $cookie_elements )

Fires if a bad authentication cookie hash is encountered.


Description


Parameters

$cookie_elements

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


Top ↑

Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog

Version Description
2.7.0 Introduced.