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

Filters the labels of a specific taxonomy.


Description Description

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

See also See also


Top ↑

Parameters Parameters

$labels

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


Top ↑

Source Source

File: wp-includes/taxonomy.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.