wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



taxonomy_labels_{$taxonomy} › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( "taxonomy_labels_{$taxonomy}", $labels )
Parameter:
  • (object) $labels Object with labels for the taxonomy as member variables.
    Erforderlich: Ja
Definiert in:
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




Quellcode

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