wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



taxonomy_labels_{$taxonomy} › Hooks de Filtros WordPress

Desde4.4.0
Obsoleton/a
apply_filters( "taxonomy_labels_{$taxonomy}", $labels )
Parâmetros:
  • (object) $labels Object with labels for the taxonomy as member variables.
    Required: Yes
Definido em:
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




Fonte

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