edited_$taxonomy – action
Fires after a term for a specific taxonomy has been updated, and the term cache has been cleaned. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
Possible hook names include:
– `edited_category` – `edited_post_tag`
Parameters
- .
- ( 2.3.0 ) . .
- The
- ( 6.1.0 ) `$args` parameter was added. . . .
- ( int ) $term_id Term ID. . . .
- ( int ) $tt_id Term taxonomy ID. . . .
- $args
- ( array ) Arguments passed to wp_update_term(). . . .