首页 WordPress函数大全 is_post_type_viewable()

is_post_type_viewable()

2020-05-02 / 3982阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

is_post_type_viewable( string|WP_Post_Type $post_type )

确定帖子类型是否被视为“可见”。

描述

对于内置帖子类型,例如帖子和页面,将评估“公开”值。对于其他所有值,将使用“ publicly_queryable”值。

参数

$post_type

(string|WP_Post_Type)
(Required)
Post type name or object.

返回

(bool) Whether the post type should be considered viewable.

大家谈论
    我的见解