clean_object_term_cache
最后更新于:2021-11-25 23:33:11
do_action( ‘clean_object_term_cache’, array $object_ids, string $object_type )
Fires after the object term cache has been cleaned.
参数
- $object_ids
-
(array)
An array of object IDs.
- $object_type
-
(string)
Object type.
源文件
文件: gc-includes/taxonomy.php
View on Trac