Uses
Uses | Description |
---|---|
wp-includes/taxonomy.php: _prime_term_caches() | Adds any terms from the given IDs to the cache that do not already exist in cache. |
wp-includes/cache.php: wp_cache_get() | Retrieves the cache contents from the cache by key and group. |
wp-includes/taxonomy.php: get_term() | Get all Term data from database by Term ID. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |