Uses
Uses | Description |
---|---|
wp-includes/taxonomy.php: update_termmeta_cache() | Updates metadata cache for list of term IDs. |
wp-includes/functions.php: _get_non_cached_ids() | Retrieve IDs that are not already present in the cache. |
wp-includes/taxonomy.php: update_term_cache() | Updates Terms to Taxonomy in cache. |
wp-includes/wp-db.php: wpdb::get_results() | Retrieves an entire SQL result set from the database (i.e., many rows). |