wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
created_{$taxonomy} › WordPress Action Hooks
Seit6.1.0
Veraltetn/v
› do_action( "created_{$taxonomy}", $term_id, $tt_id, $args )
| Parameter: (3) |
|
| Definiert in: |
|
| 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`Ähnliche Funktionen: get_taxonomy, register_taxonomy, unregister_taxonomy, create_initial_taxonomies, clean_taxonomy_cache, get_taxonomies
Ähnliche Hooks: create_-taxonomy, registered_taxonomy, edited_-taxonomy, unregistered_taxonomy, saved_-taxonomy