do_action( 'registered_taxonomy', string $taxonomy , array|string $object_type , array $args )
Fires after a taxonomy is registered.
Description Description
Parameters Parameters
- $taxonomy
-
(string) Taxonomy slug.
- $object_type
-
(array|string) Object type or array of object types.
- $args
-
(array) Array of taxonomy registration arguments.
Source Source
File: wp-includes/taxonomy.php
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |