GC_HTTP_Requests_Response::get_data()

最后更新于:2021-12-01 11:11:49

GC_()

Retrieves the response data.

响应

(string) Response data.

源文件

文件: gc-includes/class-gc-http-requests-response.php

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