Uses
Uses | Description |
---|---|
wp-includes/functions.php: _get_non_cached_ids() | Retrieve IDs that are not already present in the cache. |
wp-includes/user.php: update_user_caches() | Update all user caches |
wp-includes/wp-db.php: wpdb::get_results() | Retrieves an entire SQL result set from the database (i.e., many rows). |
wp-includes/meta.php: update_meta_cache() | Updates the metadata cache for the specified objects. |