auth_cookie_malformed

Advertisement

Summery Summery

Fires if an authentication cookie is malformed.

Syntax Syntax

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

Parameters Parameters

$cookie

Malformed auth cookie.

$scheme

Authentication scheme. Values include 'auth', 'secure_auth', or 'logged_in'.

Source Source

File: wp-includes/pluggable.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Advertisement

Leave a Reply