Title: IXR_Client::getResponse
Published: July 6, 2022
Last modified: May 20, 2026

---

# IXR_Client::getResponse()

[ Back to top](https://developer.wordpress.org/reference/classes/ixr_client/getresponse/?output_format=md#wp--skip-link--target)

## Source

    ```php
    function getResponse()
    {
        // methodResponses can only have one param - return that
        return $this->message->params[0];
    }
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-includes/ixr/class-ixr-client.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.0/src/wp-includes/IXR/class-IXR-client.php#L152)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/IXR/class-IXR-client.php#L152-L156)

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fclasses%2Fixr_client%2Fgetresponse%2F)
before being able to contribute a note or feedback.