WP_HTTP_Requests_Response::get_data(): string

In this article

Retrieves the response data.

Return

string Response data.

Source

public function get_data() {
	return $this->response->body;
}

Changelog

VersionDescription
4.6.0Introduced.

User Contributed Notes

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