Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/pluggable.php | do_action | 699 | /** * 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'. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $cookie | Malformed auth cookie. |
string | $scheme | Authentication scheme. Values include 'auth', 'secure_auth', |