xmlrpc_login_error, $this->error, $user
xmlrpc_login_error, $this->error, $user
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('xmlrpc_login_error, $this->error, $user') is found 1 times:
- /wp-includes/class-wp-xmlrpc-server.php line 323
* * @param IXR_Error $error The XML-RPC error message. * @param WP_Error $user WP_Error object. */ $this->error = apply_filters( 'xmlrpc_login_error', $this->error, $user ); return false; } wp_set_current_user( $user->ID ); return $user; }