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

Fires if an authentication cookie is malformed.


Parameters

$cookie

(string) Malformed auth cookie.

$scheme

(string) Authentication scheme. Values include 'auth', 'secure_auth', or 'logged_in'.


Source

File: wp-includes/pluggable.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.7.0 Introduced.