Description
Fires after a taxonomy is unregistered for an object type.
Occurrences
Filename | Line Number |
---|---|
wp-includes/taxonomy.php | 836 |
Parameters
Type | Name | Description |
---|---|---|
string | $taxonomy | Taxonomy name. |
string | $object_type | Name of the object type. |
PHP Doc
/**
* Fires after a taxonomy is unregistered for an object type.
*
* @since 5.1.0
*
* @param string $taxonomy Taxonomy name.
* @param string $object_type Name of the object type.
*/