wpseek.com
A WordPress-centric search engine for devs and theme authors
created_{$taxonomy} › WordPress Action Hooks
Since2.3.0
Deprecatedn/a
› do_action( "created_{$taxonomy}", $term_id, $tt_id )
Parameters: (2) |
|
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_category
created_post_tag
Related Functions: get_taxonomy, register_taxonomy, unregister_taxonomy, create_initial_taxonomies, get_taxonomies, is_taxonomy
Related Hooks: create_taxonomy, registered_taxonomy, unregistered_taxonomy, edited_taxonomy, saved_taxonomy