auth_cookie_malformed

最后更新于:2021-11-25 20:38:07

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

Fires if an authentication cookie is malformed.

参数

$cookie

(string)
Malformed auth cookie.

$scheme

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

源文件

文件: gc-includes/pluggable.php

View on Trac