Uses
| Uses | Description | 
|---|---|
| wp-includes/load.php: get_current_network_id() | Retrieves the current network ID. | 
| wp-includes/load.php: wp_installing() | Check or set whether WordPress is in “installation” mode. | 
| wp-includes/cache.php: wp_cache_set() | Saves the data to the cache. | 
| wp-includes/load.php: is_multisite() | If Multisite is enabled. | 
| wp-includes/load.php: wp_using_ext_object_cache() | Toggle  | 
| wp-includes/functions.php: maybe_unserialize() | Unserialize data only if it was serialized. | 
| wp-includes/wp-db.php: wpdb::get_results() | Retrieves an entire SQL result set from the database (i.e., many rows). | 
| wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |