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.


Top ↑

Source Source

File: wp-includes/taxonomy.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.