Uses
Uses | Description |
---|---|
wp-includes/class-wp-network-query.php: networks_pre_query | Filter the network data before the query takes place. |
wp-includes/functions.php: wp_cache_get_last_changed() | Gets last changed date for the specified cache group. |
wp-includes/class-wp-network-query.php: WP_Network_Query::set_found_networks() | Populates found_networks and max_num_pages properties for the current query if the limit clause was used. |
wp-includes/class-wp-network-query.php: WP_Network_Query::get_network_ids() | Used internally to get a list of network IDs matching the query vars. |
wp-includes/class-wp-network-query.php: pre_get_networks | Fires before networks are retrieved. |
wp-includes/class-wp-network-query.php: the_networks | Filters the network query results. |
wp-includes/class-wp-network-query.php: WP_Network_Query::parse_query() | Parses arguments passed to the network query with default query parameters. |
wp-includes/ms-network.php: _prime_network_caches() | Adds any networks from the given IDs to the cache that do not already exist in cache. |
wp-includes/ms-network.php: get_network() | Retrieves network data given a network ID or network object. |
wp-includes/cache.php: wp_cache_get() | Retrieves the cache contents from the cache by key and group. |
wp-includes/cache.php: wp_cache_add() | Adds data to the cache, if the cache key doesn’t already exist. |
wp-includes/functions.php: wp_array_slice_assoc() | Extract a slice of an array, given a list of keys. |
wp-includes/plugin.php: do_action_ref_array() | Calls the callback functions that have been added to an action hook, specifying arguments in an array. |
wp-includes/plugin.php: apply_filters_ref_array() | Calls the callback functions that have been added to a filter hook, specifying arguments in an array. |