devgeniem/better-wp-install-dropin 问题修复 & 功能扩展

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

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

devgeniem/better-wp-install-dropin

最新稳定版本:1.1

Composer 安装命令:

composer require devgeniem/better-wp-install-dropin

包简介

Better WordPress installer.php dropin.

README 文档

README

geniem-github-banner

WP Dropin: Better install.php

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

This install.php dropin doesn't install bloat from default install.php and sets a few opionated wp options.

It doesn't send you email after installing new WordPress either.

Current options

  • Set empty page as Front page
  • Don't use any widgets
  • Use empty blog description ( if someone forgots to change that )
  • Use /%category%/%postname%/ permalink
  • Don't install any articles

Installation

You can copy install.php to your wp-content folder. Just plug&play.

OR you can use composer so that you can automatically update it too. Put these in your composer.json:

{
    "require": {
        "devgeniem/better-wp-install-dropin": "^1.0"
    },
    "extra": {
        "dropin-paths": {
            "htdocs/wp-content/": ["type:wordpress-dropin"],
        }
    }
}

License

GPLv3

Maintainers

@onnimonni

@Nomafin

统计信息

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

GitHub 信息

  • Stars: 8
  • Watchers: 7
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2016-07-12