Fires after a taxonomy is registered.
$taxonomystring
$object_typearray|string
$argsarray
registered_taxonomy is a hook triggered after a custom taxonomy has been registered. This hook provides the taxonomy key, the name of the object type for the taxonomy object, and arguments used to register the taxonomy as parameters.
do_action( 'registered_taxonomy', $taxonomy, $object_type, (array) $taxonomy_object );
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/registered_taxonomy