taxonomy_labels_{$taxonomy}

Advertisement

Summery Summery

Filters the labels of a specific taxonomy.

Syntax Syntax

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

Description Description

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

Parameters Parameters

$labels

Object with labels for the taxonomy as member variables.

Source Source

File: wp-includes/taxonomy.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

See also See also

Advertisement

Leave a Reply