do_action( 'registered_taxonomy', string $taxonomy, array|string $object_type, array $args )

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

File: wp-includes/taxonomy.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.3.0 Introduced.