clean_object_term_cache

动作钩子


do_action( 'clean_object_term_cache', $object_ids, $object_type )
参数
  • (array)
    $object_ids
    An array of object IDs.
    Required:
  • (string)
    $object_type
    Object type.
    Required:
定义位置
  • wp-includes/taxonomy.php
    , line 3559
引入
2.5.0
弃用

在对象术语缓存被清理后触发。

do_action( 'clean_object_term_cache', $object_ids, $object_type );