wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



edit_term › WordPress Action Hooks

Da6.1.0
Deprecaton/a
do_action( 'edit_term', $term_id, $tt_id, $taxonomy, $args )
Parametri: (4)
  • (int) $term_id Term ID.
    Richiesto:
  • (int) $tt_id Term taxonomy ID.
    Richiesto:
  • (string) $taxonomy Taxonomy slug.
    Richiesto:
  • (array) $args Arguments passed to wp_update_term().
    Richiesto:
Definito a:
Codex:

Fires after a term has been updated, but before the term cache has been cleaned.

The {@see 'edit_$taxonomy'} hook is also available for targeting a specific taxonomy.





Sorgenti

do_action( 'edit_term', $term_id, $tt_id, $taxonomy, $args );