do_action( 'clean_object_term_cache', array $object_ids , string $object_type )
Fires after the object term cache has been cleaned.
Parameters
- $object_ids
-
An array of object IDs.
- $object_type
-
Object type.
Source
File: wp-includes/taxonomy.php
Changelog
Version | Description |
---|---|
WP-2.5.0 | Introduced. |