wp-includes/ms-network.php
Lines:
1 to 20 of 20
<?php /** * Network API * * @package WordPress * @subpackage Multisite * @since 5.1.0 */ /* function get_network() – Retrieves network data given a network ID or network object. */ /* function get_networks() – Retrieves a list of networks. */ /* function clean_network_cache() – Removes a network from the object cache. */ /* function update_network_cache() – Updates the network cache of given networks. */ /* function _prime_network_caches() – Adds any networks from the given IDs to the cache that do not already exist in cache. */