wpseek.com
A WordPress-centric search engine for devs and theme authors
delete_{$taxonomy} › WordPress Action Hooks
Since4.5.0
Deprecatedn/a
› do_action( "delete_{$taxonomy}", $term, $tt_id, $deleted_term, $object_ids )
Parameters: (4) |
|
Defined at: |
|
Codex: |
Fires after a term in a specific taxonomy is deleted.
The dynamic portion of the hook name, $taxonomy
, refers to the specific
taxonomy the term belonged to.
Possible hook names include:
delete_category
delete_post_tag
Related Functions: get_taxonomy, register_taxonomy, unregister_taxonomy, delete_option, delete_meta, the_taxonomies
Related Hooks: delete_term_taxonomy, deleted_term_taxonomy, edit_term_taxonomy, edited_taxonomy, get_taxonomy