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::add_child
Add a child to the comment.
WP_Comment::get_child
Get a child comment by ID.
WP_Comment::populated_children
Set the ‘populated_children’ flag.
Advertisement
WP_Comment::__isset
Check whether a non-public property is set.
WP_Comment::__get
Magic getter.
WP_Comment::get_instance
Retrieves a WP_Comment instance.