clean_term_cache, $ids, $taxonomy, $clean_taxonomy
clean_term_cache, $ids, $taxonomy, $clean_taxonomy
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('clean_term_cache, $ids, $taxonomy, $clean_taxonomy') is found 1 times:
- /wp-includes/taxonomy.php line 3720
* @param array $ids An array of term IDs. * @param string $taxonomy Taxonomy slug. * @param bool $clean_taxonomy Whether or not to clean taxonomy-wide caches */ do_action( 'clean_term_cache', $ids, $taxonomy, $clean_taxonomy ); } wp_cache_set_terms_last_changed(); } /**