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, get_taxonomy_labels
Related Hooks: created_-taxonomy, edit_-taxonomy, registered_taxonomy, edited_-taxonomy, edit_term_taxonomy