定制 megumi/wp-disable-upgrade-notice 二次开发

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

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

megumi/wp-disable-upgrade-notice

最新稳定版本:0.2.0

Composer 安装命令:

composer require megumi/wp-disable-upgrade-notice

包简介

README 文档

README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Composer library for Disabling upgrade notice.

How to use

Place a plugin into mu-plugins

Place a plugins into mu-plugins like following.

<?php
/*
Plugin Name: mu-plugin for example.com
*/

require_once dirname( __FILE__ ) . '/vendor/autoload.php';

That's it!

Create a composer.json

Create and place a composer.json into muplugins/.

{
    "name": "megumi/mu-plugins",
    "authors": [
        {
            "name": "John Smith",
            "email": "john@example.com"
        }
    ],
    "require": {
        "megumi/wp-disable-upgrade-notice": "*"
    }
}

Install libraries

Then run a composer command.

$ composer install

How to update libraries

$ composer update

How to development

$ git clone git@github.com:megumi/wp-disable-upgrade-notice.git
$ cd wp-disable-upgrade-notice
$ composer install

Running a PHPUnit

After you run a composer install, then run phpunit.

$ phpunit

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: Shell

其他信息

  • 授权协议: GPL2
  • 更新时间: 2015-03-05