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