do_action( 'deleted_term_relationships', int $object_id , array $tt_ids , string $taxonomy )
Fires immediately after an object-term relationship is deleted.
Parameters
- $object_id
-
Object ID.
- $tt_ids
-
An array of term taxonomy IDs.
- $taxonomy
-
Taxonomy slug.
Source
File: wp-includes/taxonomy.php
Changelog
Version | Description |
---|---|
WP-4.7.0 | Added the $taxonomy parameter. |
WP-2.9.0 | Introduced. |