Fires after the network query vars have been parsed.
WP_Network_Query::query
Sets up the WordPress query for retrieving networks.
WP_Network_Query::parse_query
Parses arguments passed to the network query with default query parameters.
WP_Network_Query::__construct
Constructor.
Advertisement
WP_HTTP_Requests_Response::get_cookies
Retrieves cookies from the response.
WP_HTTP_Requests_Response::to_array
Converts the object to a WP_Http response array.
WP_HTTP_Requests_Response::set_data
Sets the response data.
WP_HTTP_Requests_Response::get_data
Retrieves the response data.
Advertisement
WP_HTTP_Requests_Response::set_status
Sets the 3-digit HTTP status code.
WP_HTTP_Requests_Response::get_status
Retrieves the HTTP return code for the response.
WP_HTTP_Requests_Response::header
Sets a single HTTP header.
WP_HTTP_Requests_Response::set_headers
Sets all header values.
Advertisement
WP_HTTP_Requests_Response::get_headers
Retrieves headers associated with the response.
WP_HTTP_Requests_Response::get_response_object
Retrieves the response object for the request.
WP_HTTP_Requests_Response::__construct
Constructor.