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_category` - `created_post_tag`Related Functions: get_taxonomy, register_taxonomy, unregister_taxonomy, create_initial_taxonomies, clean_taxonomy_cache, get_taxonomies
Related Hooks: create_-taxonomy, registered_taxonomy, edited_-taxonomy, unregistered_taxonomy, saved_-taxonomy