Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/taxonomy.php | do_action | 2975 | /** * Fires immediately after an object-term relationship is deleted. * * @since 2.9.0 * @since 4.7.0 Added the `$taxonomy` parameter. * * @param int $object_id Object ID. * @param array $tt_ids An array of term taxonomy IDs. * @param string $taxonomy Taxonomy slug. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $object_id | Object ID. |
array | $tt_ids | An array of term taxonomy IDs. |
string | $taxonomy | Taxonomy slug. |