xmlrpc_login_error WordPress Filter Hook
The xmlrpc_login_error hook is triggered when an XML-RPC user attempts to log in and fails. It can be used to log failed login attempts or to take other action.
apply_filters( 'xmlrpc_login_error', IXR_Error $error , WP_Error $user ) #
Filters the XML-RPC user login error message.
Parameters
Source
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |