wpseek.com
A WordPress-centric search engine for devs and theme authors
rest_after_insert_{$this->taxonomy} › WordPress Action Hooks
Since5.0.0
Deprecatedn/a
› do_action( "rest_after_insert_{$this->taxonomy}", $term, $request, true )
Parameters: (3) |
|
Defined at: | |
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
Related Functions: register_taxonomy, unregister_taxonomy, wp_after_insert_post, is_object_in_taxonomy, get_attachment_taxonomies, create_initial_taxonomies