wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



clean_category_cache › WordPress Function

Seit2.1.0
Veraltetn/v
clean_category_cache ( $id )
Parameter:
  • (int) $id Category ID
    Erforderlich: Ja
Definiert in:
Codex:

Removes the category cache data based on ID.



Quellcode

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