Filter hook 'post_type_archive_title'

in WP Core File wp-includes/general-template.php at line 1540

Description

Filters the post type archive title.

Occurrences

Filename Line Number
wp-includes/general-template.php 1540

Parameters

Type Name Description
string $post_type_name Post type 'name' label.
string $post_type Post type.

PHP Doc

/**
	 * Filters the post type archive title.
	 *
	 * @since 3.1.0
	 *
	 * @param string $post_type_name Post type 'name' label.
	 * @param string $post_type      Post type.
	 */