On this page
do_action( 'clean_object_term_cache', array $object_ids, string $object_type )
Fires after the object term cache has been cleaned.
Parameters
$object_idsarray-
An array of object IDs.
$object_typestring-
Object type.
Source
File: wp-includes/taxonomy.php. View all references
do_action( 'clean_object_term_cache', $object_ids, $object_type );
Related
Used By
| Used By | Description |
|---|---|
| clean_object_term_cache() wp-includes/taxonomy.php | Removes the taxonomy relationship to terms from the cache. |
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/clean_object_term_cache