Removes the category cache data based on ID.
Parameters
-
$idint required -
Category ID
Source
function clean_category_cache( $id ) {
clean_term_cache( $id, 'category' );
}
Changuelog
| Versionen | Description |
|---|---|
| 2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.