Used By
Used By | Description |
---|---|
wp-includes/taxonomy.php: wp_delete_term() | Removes a term from the database. |
Fires after a term is deleted from the database and the cache is cleaned.
(int) Term ID.
(int) Term taxonomy ID.
(string) Taxonomy slug.
(mixed) Copy of the already-deleted term, in the form specified by the parent function. WP_Error otherwise.
(array) List of term object IDs.
File: wp-includes/taxonomy.php
Version | Description |
---|---|
4.5.0 | Introduced the $object_ids argument. |
2.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/delete_term