wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



added_term_relationship › WordPress Action Hooks

Seit4.7.0
Veraltetn/v
do_action( 'added_term_relationship', $object_id, $tt_id, $taxonomy )
Parameter: (3)
  • (int) $object_id Object ID.
    Erforderlich: Ja
  • (int) $tt_id Term taxonomy ID.
    Erforderlich: Ja
  • (string) $taxonomy Taxonomy slug.
    Erforderlich: Ja
Definiert in:
Codex:

Fires immediately after an object-term relationship is added.





Quellcode

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