Fires after a taxonomy is registered.
Parameters
$taxonomystring- Taxonomy slug.
$object_typearray|string- Object type or array of object types.
$argsarray- Array of taxonomy registration arguments.
Source
do_action( 'registered_taxonomy', $taxonomy, $object_type, (array) $taxonomy_object );
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
User Contributed Notes