wpseek.com
A WordPress-centric search engine for devs and theme authors



registered_taxonomy_{$taxonomy} › WordPress Action Hooks

Since6.0.0
Deprecatedn/a
do_action( "registered_taxonomy_{$taxonomy}", $taxonomy, $object_type, (array)
Parameters: (3)
  • () taxonomy Taxonomy slug.
    Required: Yes
  • () object_type Object type or array of object types.
    Required: Yes
  • () args Array of taxonomy registration arguments.
    Required: Yes
Defined at:
Codex:

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`




Source

do_action( "registered_taxonomy_{$taxonomy}", $taxonomy, $object_type, (array) $taxonomy_object );