Retrieves the response data.
Source
public function get_data() {
return $this->data;
}
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
CARVIEW |
Retrieves the response data.
public function get_data() {
return $this->data;
}
Used by | Description |
---|---|
WP_HTTP_Response::jsonSerialize()wp-includes/class-wp-http-response.php | Retrieves the response data for JSON serialization. |
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.