wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



registered_taxonomy_{$taxonomy} › Działania WordPress Hooks

Od6.0.0
Przestarzałyn/a
do_action( "registered_taxonomy_{$taxonomy}", $taxonomy, $object_type, (array)
Parametry: (3)
  • (string) $taxonomy Taxonomy slug.
    Wymagane: Tak
  • (array|string) $object_type Object type or array of object types.
    Wymagane: Tak
  • (array) $args Array of taxonomy registration arguments.
    Wymagane: Tak
Zdefiniowane na:
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




Źródło

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