do_action( 'added_term_relationship', int $object_id, int $tt_id, string $taxonomy )

Fires immediately after an object-term relationship is added.


Parameters

$object_id int
Object ID.
$tt_id int
Term taxonomy ID.
$taxonomy string
Taxonomy slug.

Top ↑

Source

File: wp-includes/taxonomy.php. View all references

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


Top ↑

Changelog

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

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.