Normalizes data for a site prior to inserting or updating in the database.
wp_prepare_site_data
Prepares site data for insertion or update in the database.
get_sites
Retrieves a list of sites matching requested arguments.
update_sitemeta_cache
Updates metadata cache for list of site IDs.
Advertisement
update_site_cache
Updates sites in cache.
_prime_site_caches
Adds any sites from the given ids to the cache that do not already exist in cache.
get_site
Retrieves site data given a site ID or site object.
wp_delete_site
Deletes a site from the database.
Advertisement
wp_update_site
Updates a site in the database.
wp_insert_site
Inserts a new site into the database.
_prime_network_caches
Adds any networks from the given IDs to the cache that do not already exist in cache.
update_network_cache
Updates the network cache of given networks.
Advertisement
clean_network_cache
Removes a network from the object cache.
get_networks
Retrieves a list of networks.
get_network
Retrieves network data given a network ID or network object.