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



taxonomy_labels_{$taxonomy} › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( "taxonomy_labels_{$taxonomy}", $labels )
Parametri:
  • (object) $labels Object with labels for the taxonomy as member variables.
    Richiesto:
Definito a:
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




Sorgenti

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