apply_filters( "post_type_labels_{$post_type}", object $labels )

Filters the labels of a specific post type.


Description

The dynamic portion of the hook name, $post_type, refers to the post type slug.

See also


Top ↑

Parameters

$labels

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


Top ↑

Source

File: wp-includes/post.php

View on Trac


Top ↑

Changelog

Version Description
3.5.0 Introduced.