clean_category_cache()

最后更新于:2021-11-25 20:32:34

clean_category_cache( int$id)

Removes the category cache data based on ID.

参数

$id

(int) (Required) Category ID

源文件

文件: gc-includes/category.php

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