clean_category_cache( int $id )

Remove the category cache data based on ID.


Description Description


Parameters Parameters

$id

(int) (Required) Category ID


Top ↑

Source Source

File: wp-includes/category.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.