clean_category_cache

函数


clean_category_cache ( $id )
参数
  • (int)
    $id
    Category ID
    Required:
定义位置
  • wp-includes/category.php
    , line 352
引入
2.1.0
弃用

Removes the category cache data based on ID.

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