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
-
Object ID.
- $tt_id
-
Term taxonomy ID.
- $taxonomy
-
Taxonomy slug.
Source
File: wp-includes/taxonomy.php
Changelog
Version | Description |
---|---|
WP-4.7.0 | Added the $taxonomy parameter. |
WP-2.9.0 | Introduced. |