W3cubDocs

/WordPress

do_action( ‘added_term_relationship’, int $object_id, int $tt_id, string $taxonomy )

Fires immediately after an object-term relationship is added.

Parameters

$object_idint
Object ID.
$tt_idint
Term taxonomy ID.
$taxonomystring
Taxonomy slug.

Source

do_action( 'added_term_relationship', $object_id, $tt_id, $taxonomy );

Changelog

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

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