Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/taxonomy.php | do_action | 531 | /** * 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. */ |
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. |