clean_taxonomy_cache

clean_taxonomy_cache

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('clean_taxonomy_cache') is found 1 times:

  • /wp-includes/taxonomy.php line 3699
    	 * @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