apply_filters( ‘post_type_archive_title’, string $post_type_name, string $post_type )

In this article

Filters the post type archive title.

Parameters

$post_type_namestring
Post type 'name' label.
$post_typestring
Post type.

Source

$title = apply_filters( 'post_type_archive_title', $post_type_obj->labels->name, $post_type );

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

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