clean_object_term_cache, $object_ids, $object_type
clean_object_term_cache, $object_ids, $object_type
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('clean_object_term_cache, $object_ids, $object_type') is found 1 times:
- /wp-includes/taxonomy.php line 3658
* * @param array $object_ids An array of object IDs. * @param string $object_type Object type. */ do_action( 'clean_object_term_cache', $object_ids, $object_type ); } /** * Removes all of the term IDs from the cache. * * @since 2.3.0