当前浏览:首页 / WordPress函数 / is_post_type_hierarchical()

is_post_type_hierarchical( string $post_type )

文章类型是否分层

hierarchical 分层

is 条件判断more...

post_type 文章类型more...


描述

false返回值也可能意味着文章类型不存在。

更多类似的主题函数信息,请查看主题开发手册中的条件标签文章。

另见


参数

$post_type

(string) (必填) 文章类型名称


返回

(bool) 文章类型是否分层。



源码

查看源码 官方文档


更新日志

版本描述
3.0.0开始引入