WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about registered_taxonomy_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/taxonomy.php do_action 549 /**
* Fires after a specific taxonomy is registered.
*
* The dynamic portion of the filter name, `$taxonomy`, refers to the taxonomy key.
*
* Possible hook names include:
*
* - `registered_taxonomy_category`
* - `registered_taxonomy_post_tag`
*
* @since 6.0.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.
*/

Hook Parameters

Parameter 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.