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

Fires if an authentication cookie is malformed.


Description Description


Parameters Parameters

$cookie

(string) Malformed auth cookie.

$scheme

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


Top ↑

Source Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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