Fires immediately before an object-term relationship is added.
Parameters
$object_idint- Object ID.
$tt_idint- Term taxonomy ID.
$taxonomystring- Taxonomy slug.
Source
do_action( 'add_term_relationship', $object_id, $tt_id, $taxonomy );
Fires immediately before an object-term relationship is added.
$object_idint$tt_idint$taxonomystringdo_action( 'add_term_relationship', $object_id, $tt_id, $taxonomy );
User Contributed Notes
You must log in before being able to contribute a note or feedback.