get_the_post_type_description

最后更新于:2021-11-27 00:05:45

apply_filters( ‘get_the_post_type_description’, string $description, GC_Post_Type $post_type_obj )

Filters the description for a post type archive.

参数

$description

(string)
The post type description.

$post_type_obj

(GC_Post_Type)
The post type object.

源文件

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

View on Trac