Wordpress 钩子:get_the_post_type_description
文章目录
过滤帖子类型存档的说明。
原型
apply_filters( 'get_the_post_type_description', string $description, WP_Post_Type $post_type_obj )
参数
$description
(string)
帖子类型说明。
$post_type_obj
(WP_Post_Type)
帖子类型对象。
源文件
路径:wp-includes/general-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/get_the_post_type_description/
文章作者 iBllex
上次更新 2019-02-12