当前浏览:首页 / WordPress函数 / _update_generic_term_count()

_update_generic_term_count( int[] $terms, WP_Taxonomy $taxonomy )

根据对象数量更新分类项(term)计数

count

term 分类项more...

updatemore...


描述

‘link_category’分类法的默认回调。


参数

$terms

(int[])(必填) 分类项(term)ID列表。

$taxonomy

(WP_Taxonomy)(必填) 分类项(term)的当前分类法对象。



源码

查看源码 官方文档


更新日志

版本描述
3.3.0开始引入