ironbound/wp-settings-api 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

ironbound/wp-settings-api

最新稳定版本:v1.3

Composer 安装命令:

composer require ironbound/wp-settings-api

包简介

WordPress settings API Abstraction Class

README 文档

README

This is a fork of WeDevs Settings API Class that utilizes PHP 5.3 features and makes a couple of other small adjustments.

It's a PHP class wrapper for handling WordPress Settings API. Gives a very handy way to build theme or plugins option panel.

Usage Example

A nice tutorial is presented can be found here about how to use this PHP class

Package Installation (via Composer)

To install this package, edit your composer.json file:

{
    "require": {
        "ironbound/wp-settings-api": "^1.0"
    }
}

Now run:

$ composer install

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPLv2
  • 更新时间: 2015-10-24