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



taxonomy_labels_{$taxonomy} › Les Filtres WordPress

Depuis4.4.0
Dépréciéen/a
apply_filters( "taxonomy_labels_{$taxonomy}", $labels )
Paramètres:
  • (object) $labels Object with labels for the taxonomy as member variables.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the labels of a specific taxonomy.

The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug.

Possible hook names include:

  • taxonomy_labels_category
  • taxonomy_labels_post_tag




Source

$labels = apply_filters( "taxonomy_labels_{$taxonomy}", $labels );