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



edit_term_taxonomy › WordPress Action Hooks

Seit6.1.0
Veraltetn/v
do_action( 'edit_term_taxonomy', $tt_id, $taxonomy, $args )
Parameter: (3)
  • () tt_id Term taxonomy ID.
    Erforderlich: Ja
  • () taxonomy Taxonomy slug.
    Erforderlich: Ja
  • () args Arguments passed to wp_update_term().
    Erforderlich: Ja
Definiert in:
Codex:

Fires immediate before a term-taxonomy relationship is updated.





Quellcode

do_action( 'edit_term_taxonomy', $tt_id, $taxonomy, $args );