Description
Fires if an authentication cookie is malformed.
Occurrences
Filename | Line Number |
---|---|
wp-includes/pluggable.php | 705 |
Parameters
Type | Name | Description |
---|---|---|
string | $cookie | Malformed auth cookie. |
string | $scheme | Authentication scheme. Values include 'auth', 'secure_auth', or 'logged_in'. |
PHP Doc
/**
* Fires if an authentication cookie is malformed.
*
* @since 2.7.0
*
* @param string $cookie Malformed auth cookie.
* @param string $scheme Authentication scheme. Values include 'auth', 'secure_auth',
* or 'logged_in'.
*/