Retrieve the closest matching network for a domain and path.
WP_Network::_set_cookie_domain
Set the cookie domain based on the network domain if one has not been populated.
WP_Network::_set_site_name
Set the site name assigned to the network if one has not been populated.
WP_Network::__construct
Create a new WP_Network object.
Advertisement
WP_Network::get_instance
Retrieve a network from the database by its ID.
WP_Network
Core class used for interacting with a multisite network.
WP_HTTP_Response::jsonSerialize
Retrieves the response data for JSON serialization.
WP_HTTP_Response::set_data
Sets the response data.
Advertisement
WP_HTTP_Response::set_status
Sets the 3-digit HTTP status code.
WP_HTTP_Response::get_data
Retrieves the response data.
WP_HTTP_Response::get_status
Retrieves the HTTP return code for the response.
WP_HTTP_Response::header
Sets a single HTTP header.
Advertisement
WP_HTTP_Response::set_headers
Sets all header values.
WP_HTTP_Response::get_headers
Retrieves headers associated with the response.
WP_HTTP_Response::__construct
Constructor.