Constructor.
WP_HTTP_Response::get_headers
Retrieves headers associated with the response.
WP_HTTP_Response::set_headers
Sets all header values.
WP_HTTP_Response::header
Sets a single HTTP header.
Advertisement
WP_HTTP_Response::get_status
Retrieves the HTTP return code for the response.
WP_HTTP_Response::set_status
Sets the 3-digit HTTP status code.
WP_HTTP_Response::get_data
Retrieves the response data.
WP_HTTP_Response::set_data
Sets the response data.
Advertisement
WP_HTTP_Response::jsonSerialize
Retrieves the response data for JSON serialization.
WP_Comment::__get
Magic getter.
WP_Comment::get_instance
Retrieves a WP_Comment instance.
WP_Comment::__construct
Constructor.
Advertisement
WP_Comment::to_array
Convert object to array.
WP_Comment::get_children
Get the children of a comment.
WP_Comment::add_child
Add a child to the comment.