apply_filters( 'post_type_archive_title', string $post_type_name , string $post_type )
Filters the post type archive title.
Parameters
- $post_type_name
-
Post type 'name' label.
- $post_type
-
Post type.
Source
Changelog
Version | Description |
---|---|
WP-3.1.0 | Introduced. |