wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



clean_category_cache › WordPress Function

Da2.1.0
Deprecaton/a
clean_category_cache ( $id )
Parametri:
  • (int) $id Category ID
    Richiesto:
Definito a:
Codex:

Removes the category cache data based on ID.



Sorgenti

function clean_category_cache( $id ) {
	clean_term_cache( $id, 'category' );
}