WordPress检查文章类型是否存在:post_type_exists 发布于2022/07/13 WordPress函数post_type_exists检查文章类型是否存在,如果已存在则返回true。通常在使用函数register_post_type()注册文章类型前应该先使用post_type_exists()函数进行检查。··· 查看详情