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)
  • (int) $tt_id Term taxonomy ID.
    Erforderlich: Ja
  • (string) $taxonomy Taxonomy slug.
    Erforderlich: Ja
  • (array) $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 );