Fires immediately before an object-term relationship is deleted.
Parameters
$object_id
int- Object ID.
$tt_ids
array- An array of term taxonomy IDs.
$taxonomy
string- Taxonomy slug.
Source
do_action( 'delete_term_relationships', $object_id, $tt_ids, $taxonomy );
User Contributed Notes
You must log in before being able to contribute a note or feedback.