MC4WP_API_v3::get_last_response_body PHP Method

get_last_response_body() public method

public get_last_response_body ( ) : string
return string
    public function get_last_response_body()
    {
        return $this->client->get_last_response_body();
    }