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