W3cubDocs

/WordPress

apply_filters( "taxonomy_labels_{$taxonomy}", object $labels )

Filters the labels of a specific taxonomy.

Description

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

See also

Parameters

$labels

(object) Object with labels for the taxonomy as member variables.

Source

File: wp-includes/taxonomy.php

View on Trac

Changelog

Version Description
4.4.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/taxonomy_labels_taxonomy