On this page
do_action( 'deleted_term_relationships', int $object_id, array $tt_ids, string $taxonomy )
Fires immediately after an object-term relationship is deleted.
Parameters
$object_idint-
Object ID.
$tt_idsarray-
An array of term taxonomy IDs.
$taxonomystring-
Taxonomy slug.
Source
File: wp-includes/taxonomy.php. View all references
do_action( 'deleted_term_relationships', $object_id, $tt_ids, $taxonomy );
Related
Used By
| Used By | Description |
|---|---|
| wp_remove_object_terms() wp-includes/taxonomy.php | Removes term(s) associated with a given object. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/deleted_term_relationships