do_action( 'unregistered_taxonomy_for_object_type', string $taxonomy , string $object_type )
Fires after a taxonomy is unregistered for an object type.
Parameters
-
$taxonomy
string -
Taxonomy name.
-
$object_type
string -
Name of the object type.
Source
File: wp-includes/taxonomy.php
.
View all references
do_action( 'unregistered_taxonomy_for_object_type', $taxonomy, $object_type );
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |