wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



registered_taxonomy › Les Actions WordPress

Depuis3.3.0
Dépréciéen/a
do_action( 'registered_taxonomy', $taxonomy, $object_type, (array)
Paramètres: (3)
  • (string) $taxonomy Taxonomy slug.
    Requis: Oui
  • (array|string) $object_type Object type or array of object types.
    Requis: Oui
  • (array) $args Array of taxonomy registration arguments.
    Requis: Oui
Défini(e) dans:
Codex:

Fires after a taxonomy is registered.





Source

do_action( 'registered_taxonomy', $taxonomy, $object_type, (array) $taxonomy_object );