Summery Summery
Fires after a term is deleted from the database and the cache is cleaned.
Syntax Syntax
Parameters Parameters
- $term
-
Term ID.
- $tt_id
-
Term taxonomy ID.
- $taxonomy
-
Taxonomy slug.
- $deleted_term
-
Copy of the already-deleted term, in the form specified by the parent function. WP_Error otherwise.
- $object_ids
-
List of term object IDs.
Source Source
File: wp-includes/taxonomy.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.5.0 | Introduced the $object_ids argument. |
2.5.0 | Introduced. |