承接 jankx/data-factory 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jankx/data-factory

最新稳定版本:1.0.0

Composer 安装命令:

composer require jankx/data-factory

包简介

Create post types, taxonomies from theme.json settings

README 文档

README

Create post types, taxonomies from theme.json settings

theme.json

Added config to theme.json to create post types or taxonomies

{
    "custom": {
        "post_types": [
            {
                "name": "Post type name",
                "singular_name": "Post type singular name",
                "type": "define post type here",
                "slug": "post type slug",
                "options": {
                }
            }
        ],
        "taxonomies": [
            {
                "name": "Taxonomy name",
                "singular_name": "Taxonomy singular name",
                "type": "define taxonomu here",
                "slug": "taxonomy slug",
                "options": {
                },
                "post_types": ["post-type-slug"]
            }
        ]
    }
}

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-17