clean_taxonomy_cache, $taxonomy
clean_taxonomy_cache, $taxonomy
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('clean_taxonomy_cache, $taxonomy') is found 1 times:
- /wp-includes/taxonomy.php line 3751
* @since 4.9.0 * * @param string $taxonomy Taxonomy slug. */ do_action( 'clean_taxonomy_cache', $taxonomy ); } /** * Retrieves the cached term objects for the given object ID. * * Upstream functions (like get_the_terms() and is_object_in_term()) are