Uses
Uses | Description |
---|---|
wp-includes/class-wp-network.php: WP_Network::__construct() | Create a new WP_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/wp-db.php: wpdb::get_row() | Retrieves one row from the database. |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |