Fires after a taxonomy is unregistered.
Parameters
$taxonomy
string- Taxonomy name.
Source
do_action( 'unregistered_taxonomy', $taxonomy );
Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |
Fires after a taxonomy is unregistered.
$taxonomy
stringdo_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.