Fires when deleting a term, before any modifications are made to posts or terms.
Parameters
$term
int- Term ID.
$taxonomy
string- Taxonomy name.
Source
$force_default = $args['force_default'];
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |
Fires when deleting a term, before any modifications are made to posts or terms.
$term
int$taxonomy
string$force_default = $args['force_default'];
Version | Description |
---|---|
4.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.