wpseek.com
A WordPress-centric search engine for devs and theme authors



added_term_relationship › WordPress Action Hooks

Since4.7.0
Deprecatedn/a
do_action( 'added_term_relationship', $object_id, $tt_id, $taxonomy )
Parameters: (3)
  • (int) $object_id Object ID.
    Required: Yes
  • (int) $tt_id Term taxonomy ID.
    Required: Yes
  • (string) $taxonomy Taxonomy slug.
    Required: Yes
Defined at:
Codex:

Fires immediately after an object-term relationship is added.





Source

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