wpseek.com
A WordPress-centric search engine for devs and theme authors



post_type_labels_{$post_type} › WordPress Filter Hooks

Since3.5.0
Deprecatedn/a
apply_filters( "post_type_labels_{$post_type}", $labels )
Parameters:
  • () labels Object with labels for the post type as member variables.
    Required: Yes
See:
  • get_post_type_labels()
Defined at:
Codex:

Filters the labels of a specific post type.

The dynamic portion of the hook name, `$post_type`, refers to the post type slug. Possible hook names include: - `post_type_labels_post` - `post_type_labels_page` - `post_type_labels_attachment`




Source

$labels = apply_filters( "post_type_labels_{$post_type}", $labels );