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



edit_{$taxonomy} › WordPress Action Hooks

Since6.1.0
Deprecatedn/a
do_action( "edit_{$taxonomy}", $term_id, $tt_id, $args )
Parameters: (3)
  • () term_id Term ID.
    Required: Yes
  • () tt_id Term taxonomy ID.
    Required: Yes
  • () args Arguments passed to wp_update_term().
    Required: Yes
Defined at:
Codex:

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

The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `edit_category` - `edit_post_tag`




Source

do_action( "edit_{$taxonomy}", $term_id, $tt_id, $args );