_update_post_term_count
- %1$s is private and should not be used in themes or plugins directly.
_update_post_term_count ( $terms, $taxonomy )
Access:Parameters:- (int[]) terms List of term taxonomy IDs.
- (WP_Taxonomy) taxonomy Current taxonomy object of terms.
Defined at: - Introduced in WordPress: 2.3.0
- Deprecated in WordPress: —
Description
Updates term count based on object types of the current taxonomy.Private function for the default callback for post_tag and category
taxonomies.