wpseek.com
WordPress开发者和主题制作者的搜索引擎



auth_cookie_malformed › WordPress动作钩子

Since2.7.0
已弃用n/a
do_action( 'auth_cookie_malformed', $cookie, $scheme )
参数: (2)
  • (string) $cookie Malformed auth cookie.
    Required: Yes
  • (string) $scheme Authentication scheme. Values include 'auth', 'secure_auth', or 'logged_in'.
    Required: Yes
定义在:
文档:

Fires if an authentication cookie is malformed.





源码

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