Fires after a taxonomy is registered.
Parameters
$taxonomy
string- Taxonomy slug.
$object_type
array|string- Object type or array of object types.
$args
array- 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