2020-05-02 / 2774阅 / 悠然
使用基于cookie的身份验证时检查错误。
WordPress的内置cookie身份验证始终对登录用户有效。但是,API必须检查每个请求的随机数,以确保用户不容易受到CSRF的攻击。
(WP_Error|mixed)
(Required)
Error from another authentication handler, null if we should handle it, or another value if not.
(WP_Error|mixed|bool) WP_Error if the cookie is invalid, the $result, otherwise true.