clean_term_cache

动作钩子
do_action( 'clean_term_cache', $ids, $taxonomy, $clean_taxonomy )
参数
  • (array) $ids An array of term IDs.
    Required:
  • (string) $taxonomy Taxonomy slug.
    Required:
  • (bool) $clean_taxonomy Whether or not to clean taxonomy-wide caches
    Required:
定义位置
相关勾子
clean_site_cacheclean_user_cacheclean_object_term_cacheclean_network_cacheclean_taxonomy_cache
相关方法
clean_term_cacheclean_user_cacheclean_category_cacheclean_object_term_cachewp_clean_themes_cacheclean_post_cache
引入
4.5.0
弃用
-

clean_term_cache – 这是WordPress的一个函数,用来清理特定术语的缓存: 该函数用于确保最新的术语数据总是可用的。

在每个分类法的术语缓存被清理后,触发一次。

do_action( 'clean_term_cache', $ids, $taxonomy, $clean_taxonomy );

常见问题

FAQs
查看更多 >