apply_filters( ‘xmlrpc_login_error’, IXR_Error $error, WP_Error $user )

In this article

Filters the XML-RPC user login error message.

Parameters

$errorIXR_Error
The XML-RPC error message.
$userWP_Error
WP_Error object.

Source

$this->error = apply_filters( 'xmlrpc_login_error', $this->error, $user );

Changelog

VersionDescription
3.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.