Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/taxonomy.php | do_action | 3559 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $object_ids | An array of object IDs. |
string | $object_type | Object type. |