Uses
| Uses | Description |
|---|---|
| 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_col() | Retrieves one column from the database. |