post_type_archive_title

最后更新于:2021-11-27 17:47:25

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

Filters the post type archive title.

参数

$post_type_name

(string)
Post type ‘name’ label.

$post_type

(string)
Post type.

源文件

文件: gc-includes/general-template.php

View on Trac