WP_HTTP_Response::set_data( mixed $data )

Sets the response data.


Parameters

$data mixed Required
Response data.

Top ↑

Source

File: wp-includes/class-wp-http-response.php. View all references

public function set_data( $data ) {
	$this->data = $data;
}


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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