wpseek.com
A WordPress-centric search engine for devs and theme authors
saved_{$taxonomy} › WordPress Action Hooks
Since6.1.0
Deprecatedn/a
› do_action( "saved_{$taxonomy}", $term_id, $tt_id, false, $args )
Parameters: (4) |
|
Defined at: |
|
Codex: |
Fires after a term in a specific taxonomy has been saved, and the term cache has been cleared.
The dynamic portion of the hook name, $taxonomy
, refers to the taxonomy slug.
Possible hook names include:
saved_category
saved_post_tag
Related Functions: is_taxonomy, get_taxonomy, register_taxonomy, get_taxonomies, the_taxonomies, is_object_in_taxonomy
Related Hooks: registered_taxonomy, created_taxonomy, edit_taxonomy, unregistered_taxonomy, edited_taxonomy