wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
create_{$taxonomy} › WordPress Action Hooks
Seit6.1.0
Veraltetn/v
› do_action( "create_{$taxonomy}", $term_id, $tt_id, $args )
Parameter: (3) |
|
Definiert in: |
|
Codex: |
Fires after a new term is created for a specific taxonomy.
The dynamic portion of the hook name, $taxonomy
, refers
to the slug of the taxonomy the term was created for.
Possible hook names include:
create_category
create_post_tag
Ähnliche Funktionen: get_taxonomy, register_taxonomy, unregister_taxonomy, create_initial_taxonomies, the_taxonomies, clean_taxonomy_cache
Ähnliche Hooks: created_taxonomy, registered_taxonomy, edited_taxonomy, get_taxonomy, edit_term_taxonomy