On this page
do_action( 'unregistered_taxonomy', string $taxonomy )
Fires after a taxonomy is unregistered.
Parameters
$taxonomystring-
Taxonomy name.
Source
File: wp-includes/taxonomy.php. View all references
do_action( 'unregistered_taxonomy', $taxonomy );
Related
Used By
| Used By | Description |
|---|---|
| unregister_taxonomy() wp-includes/taxonomy.php | Unregisters a taxonomy. |
Changelog
| Version | Description |
|---|---|
| 4.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/unregistered_taxonomy