lucidninja/production-plugins
最新稳定版本:v1.0
Composer 安装命令:
composer require lucidninja/production-plugins
包简介
Deactivate unhelpful Wordpress plugins on non-production sites.
README 文档
README
Contributors
- URL: https://wakeudpreamer.com.au
- Github: @LucidNinja
Abstract
A simple, developer plugin with no GUI that deactivates unhelpful Wordpress plugins on non-production sites.
Steps
- Add this file to the mu-plugins folder of Wordpress, in order to deactivate the required plugins.
- Edit the plugins array to include the plugins you wish to deactivate on non-production environments.
$plugins = array(
'ithemes-security-pro/ithemes-security-pro.php',
'backupbuddy/backupbuddy.php',
);
Dependencies
This plugin uses PHP dotenv to manage environment variables. In order for this plugin to work, you must be using the WP_ENV variable, which accepts either development, staging or production.
For more information on .env, see:
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-07-11