do_action( 'unregistered_taxonomy', string $taxonomy )
Fires after a taxonomy is unregistered.
Parameters
- $taxonomy
-
Taxonomy name.
Source
File: wp-includes/taxonomy.php
Changelog
| Version | Description |
|---|---|
| 4.5.0 | Introduced. |
Fires after a taxonomy is unregistered.
Taxonomy name.
File: wp-includes/taxonomy.php
| Version | Description |
|---|---|
| 4.5.0 | Introduced. |