即使用户正确键入他们的权限,我也想返回登录错误消息。换句话说,终止登录并显示错误消息。
当我们输入错误的密码时,wordpress 会显示:
There was an error authenticating your details.
ERROR: The password you entered for the username admin is incorrect. Lost your password?
..在登录页面上。这是因为WP_Error
返回了 Object。
所以我好奇的问题是:
- 如何自己获取/生成这个
WP_Error
对象,然后返回?是数组吗?