wpseek.com
A WordPress-centric search engine for devs and theme authors
created_{$taxonomy} › WordPress Action Hooks
Since6.1.0
Deprecatedn/a
› do_action( "created_{$taxonomy}", $term_id, $tt_id, $args )
| Parameters: (3) |
|
| Defined at: |
|
| Codex: |
Fires after a new term in a specific taxonomy is created, and after the term cache has been cleaned.
The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug.
Possible hook names include:
created_categorycreated_post_tag
Related Functions: register_taxonomy, get_taxonomy, unregister_taxonomy, create_initial_taxonomies, is_taxonomy, clean_taxonomy_cache
Related Hooks: create_taxonomy, registered_taxonomy, unregistered_taxonomy, edited_taxonomy, saved_taxonomy