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.
Source
do_action( 'added_term_relationship', $object_id, $tt_id, $taxonomy );
Fires immediately after an object-term relationship is added.
$object_id
int$tt_id
int$taxonomy
stringdo_action( 'added_term_relationship', $object_id, $tt_id, $taxonomy );
User Contributed Notes
You must log in before being able to contribute a note or feedback.