Action hook 'registered_taxonomy'

in WP Core File wp-includes/taxonomy.php at line 570

Description

Fires after a taxonomy is registered.

Occurrences

Filename Line Number
wp-includes/taxonomy.php 570

Parameters

Type Name Description
string $taxonomy Taxonomy slug.
array|string $object_type Object type or array of object types.
array $args Array of taxonomy registration arguments.

PHP Doc

/**
	 * Fires after a taxonomy is registered.
	 *
	 * @since 3.3.0
	 *
	 * @param string       $taxonomy    Taxonomy slug.
	 * @param array|string $object_type Object type or array of object types.
	 * @param array        $args        Array of taxonomy registration arguments.
	 */