clean_category_cache( int $id )

In this article

Removes the category cache data based on ID.

Parameters

$idintrequired
Category ID

Source

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

Changelog

VersionDescription
2.1.0Introduced.

User Contributed Notes

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