定制 10up/headless-wp-plugin 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

10up/headless-wp-plugin

最新稳定版本:1.3.2

Composer 安装命令:

composer require 10up/headless-wp-plugin

包简介

10up Headless WordPress API Plugin

README 文档

README

All Development happens inside @10up/headstartwp. This repo is meant for the distribution of the plugin. Please head over to the main monorepo for issues and PRs.

Support Level Headless WordPress Plugin GPLv2 License

Installation

The recommended method for installing this plugin is via composer: composer require headstartwp/headstartwp.

Make sure to set up the path for installing this as a WordPress Plugin:

{
    "name": "your-vendor-name/your-project-name",
    "require": {
        "composer/installers": "^1.0",
        "headstartwp/headstartwp": "^1.0.0"
    },
    "extra": {
        "installer-paths": {
            "plugins/{$name}/": ["type:wordpress-plugin"]
        }
    },
    "config": {
        "allow-plugins": {
            "composer/installers": true
        }
    }
}

Support Level

Active: 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.

Like what you see?

10up

统计信息

  • 总下载量: 7.57k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 10
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2023-02-13