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) |
|
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
Related Functions: get_taxonomy, is_taxonomy, register_taxonomy, unregister_taxonomy, get_taxonomies, get_taxonomy_labels
Related Hooks: edited_taxonomy, edit_term_taxonomy, get_taxonomy, edited_term_taxonomy, edit_term_taxonomies