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)
  • (string) $taxonomy Taxonomy slug.
    Required: Yes
  • (array|string) $object_type Object type or array of object types.
    Required: Yes
  • (array) $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 );