WordPress基础函数之_update_generic_term_count()详解

_update_generic_term_count( int[] $terms, WP_Taxonomy $taxonomy )
根据对象数量更新分类项(term)计数

描述

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

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

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

相关:

投上你的一票

原创文章,转载请注明出处:https://www.itbulu.com/update-generic-term-count.html

上一篇 2024年11月25日 09:09
下一篇 2024年12月30日 15:50

相关推荐