Action hook 'clean_object_term_cache'

in WP Core File wp-includes/taxonomy.php at line 3636

Description

Fires after the object term cache has been cleaned.

Occurrences

Filename Line Number
wp-includes/taxonomy.php 3636

Parameters

Type Name Description
array $object_ids An array of object IDs.
string $object_type Object type.

PHP Doc

/**
	 * Fires after the object term cache has been cleaned.
	 *
	 * @since 2.5.0
	 *
	 * @param array  $object_ids An array of object IDs.
	 * @param string $object_type Object type.
	 */