WP_HTTP_Response::set_data( mixed   $data )

Sets the response data.

Parameters

$data mixed required
Response data.

Source

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

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

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