Uses
Uses | Description |
---|---|
wp-includes/taxonomy.php: _update_post_term_count() | Will update term count based on object types of the current taxonomy. |
wp-includes/taxonomy.php: _update_generic_term_count() | Will update term count based on number of objects. |
wp-includes/taxonomy.php: clean_term_cache() | Will remove all of the term IDs from the cache. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |