Filters the XML-RPC user login error message.
Parameters
Source
$this->error = apply_filters( 'xmlrpc_login_error', $this->error, $user );
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
Filters the XML-RPC user login error message.
$this->error = apply_filters( 'xmlrpc_login_error', $this->error, $user );
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.