Inventory_Presser_Taxonomy_Overlapper::term_relationship_deleted( int $object_id, array $tt_ids, string $taxonomy )
term_relationship_deleted
Contents
Description Description
If the term relationship that was just deleted was in a vehicle taxonomy, also delete the meta value that contains the same value.
Parameters Parameters
- $object_id
-
(Required) Object ID.
- $tt_ids
-
(Required) An array of term taxonomy IDs.
- $taxonomy
-
(Required) Taxonomy slug.
Return Return
(void)
Source Source
File: includes/class-taxonomy-overlapper.php
Expand full source code Collapse full source code View on Github