On this page
do_action( 'auth_cookie_malformed', string $cookie, string $scheme )
Fires if an authentication cookie is malformed.
Parameters
$cookiestring-
Malformed auth cookie.
$schemestring-
Authentication scheme. Values include
'auth','secure_auth', or'logged_in'.
Source
File: wp-includes/pluggable.php. View all references
do_action( 'auth_cookie_malformed', $cookie, $scheme );
Related
Used By
| Used By | Description |
|---|---|
| wp_validate_auth_cookie() wp-includes/pluggable.php | Validates authentication cookie. |
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/auth_cookie_malformed