W3cubDocs

/WordPress

do_action( 'delete_term_relationships', int $object_id, array $tt_ids, string $taxonomy )

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

File: wp-includes/taxonomy.php

View on Trac

Changelog

Version Description
4.7.0 Added the $taxonomy parameter.
2.9.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/delete_term_relationships