IXR_Client::getResponse()


Description Description


Source Source

File: wp-includes/IXR/class-IXR-client.php

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

Top ↑

User Contributed Notes User Contributed Notes

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