wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



registered_taxonomy_{$taxonomy} › WordPress Action Hooks

Da6.0.0
Deprecaton/a
do_action( "registered_taxonomy_{$taxonomy}", $taxonomy, $object_type, (array)
Parametri: (3)
  • (string) $taxonomy Taxonomy slug.
    Richiesto:
  • (array|string) $object_type Object type or array of object types.
    Richiesto:
  • (array) $args Array of taxonomy registration arguments.
    Richiesto:
Definito a:
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




Sorgenti

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