do_action( ‘auth_cookie_malformed’, string $cookie, string $scheme )

In this article

Fires if an authentication cookie is malformed.

Parameters

$cookiestring
Malformed auth cookie.
$schemestring
Authentication scheme. Values include 'auth', 'secure_auth', or 'logged_in'.

Source

do_action( 'auth_cookie_malformed', $cookie, $scheme );

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.