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 |
---|---|
WP-4.5.0 | Introduced. |