首页 WordPress函数大全 post_type_supports()

post_type_supports()

2020-05-02 / 5131阅 / 悠然

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

post_type_supports( string $post_type, string $feature )

检查帖子类型对给定功能的支持。

描述

参数

$post_type

(string)
(Required)
The post type being checked.

$feature

(string)
(Required)
The feature being checked.

返回

(bool) Whether the post type supports the given feature.

大家谈论
    我的见解