wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
rest_after_insert_{$this->taxonomy} › WordPress Action Hooks
Seit5.0.0
Veraltetn/v
› do_action( "rest_after_insert_{$this->taxonomy}", $term, $request, true )
Parameter: (3) |
|
Definiert in: | |
Codex: |
Fires after a single term is completely created or updated via the REST API.
The dynamic portion of the hook name, $this->taxonomy
, refers to the taxonomy slug.
Possible hook names include:
rest_after_insert_category
rest_after_insert_post_tag
Ähnliche Funktionen: register_taxonomy, unregister_taxonomy, wp_after_insert_post, is_object_in_taxonomy, get_attachment_taxonomies, create_initial_taxonomies