Description
Fires after a taxonomy is unregistered.
Occurrences
Filename | Line Number |
---|---|
wp-includes/taxonomy.php | 632 |
Parameters
Type | Name | Description |
---|---|---|
string | $taxonomy | Taxonomy name. |
PHP Doc
/**
* Fires after a taxonomy is unregistered.
*
* @since 4.5.0
*
* @param string $taxonomy Taxonomy name.
*/