WP_HTTP_Response::get_data(): mixed

In this article

Retrieves the response data.

Return

mixed Response data.

Source

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

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

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