auth_cookie_malformed

动作钩子
do_action( 'auth_cookie_malformed', $cookie, $scheme )
参数
  • (string) $cookie Malformed auth cookie.
    Required:
  • (string) $scheme Authentication scheme. Values include 'auth', 'secure_auth', or 'logged_in'.
    Required:
定义位置
相关勾子
auth_cookie_validauth_cookie_expiredauth_cookie_bad_usernameauth_cookieauth_cookie_bad_hash
相关方法
wp_auth_check_loadwp_set_auth_cookiewp_get_cookie_loginthe_content_feedwp_clear_auth_cookiewp_parse_auth_cookie
引入
2.7.0
弃用
-

auth_cookie_malformed是WordPress中的一个函数,用于检查认证cookie是否是畸形的: 这个函数用于检测认证cookie是否无效,这可能表明有安全漏洞。

如果一个认证cookie是畸形的,则发生触发。

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

常见问题

FAQs
查看更多 >