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



edited_term_taxonomy › WordPress Action Hooks

Since6.1.0
Deprecatedn/a
do_action( 'edited_term_taxonomy', $tt_id, $taxonomy, $args )
Parameters: (3)
  • (int) $tt_id Term taxonomy ID.
    Required: Yes
  • (string) $taxonomy Taxonomy slug.
    Required: Yes
  • (array) $args Arguments passed to wp_update_term().
    Required: Yes
Defined at:
Codex:

Fires immediately after a term-taxonomy relationship is updated.





Source

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