Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/taxonomy.php | do_action | 791 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $taxonomy | Taxonomy name. |
string | $object_type | Name of the object type. |