Definition:
function clean_category_cache( $id ) {}
Remove the category cache data based on ID.
Parameters
- int $id: Category ID
Source code
function clean_category_cache( $id ) {
clean_term_cache( $id, 'category' );
}
619
Definition:
function clean_category_cache( $id ) {}
function clean_category_cache( $id ) {
clean_term_cache( $id, 'category' );
}
619
No comments yet... Be the first to leave a reply!