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: register_taxonomy, get_taxonomy, unregister_taxonomy, create_initial_taxonomies, is_taxonomy, clean_taxonomy_cache
Ähnliche Hooks: create_taxonomy, registered_taxonomy, unregistered_taxonomy, edited_taxonomy, saved_taxonomy