clean_term_cache

clean_term_cache

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('clean_term_cache') is found 1 times:

  • /wp-includes/taxonomy.php line 3693
    		 * @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();
    }
    
    /**
    

See this hook used in plugins: