Fires after a taxonomy is unregistered.
Parameters
$taxonomystring- Taxonomy name.
Source
do_action( 'unregistered_taxonomy', $taxonomy );
Changelog
| Version | Description |
|---|---|
| 4.5.0 | Introduced. |
Fires after a taxonomy is unregistered.
$taxonomystringdo_action( 'unregistered_taxonomy', $taxonomy );
| Version | Description |
|---|---|
| 4.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.