tivwp/tivwp-force-deactivate-plugins
Composer 安装命令:
composer require tivwp/tivwp-force-deactivate-plugins
包简介
TIVWP Force Deactivate Plugins
关键字:
README 文档
README
Automatically disables plugins on production server.
If the WP_LOCAL_DEV define is NOT true, disables plugins that you specify.
This is the reverse logic of the CWS_Disable_Plugins_When_Local_Dev by Mark Jaquith (@markjaquith).
To install
- Make sure you have the following settings in your project's
composer.json:
{
"require": {
"composer/installers": "^1.0"
},
"extra": {
"installer-paths": {
"path/to/mu-plugins/{$name}/": [
"type:wordpress-muplugin"
]
}
}
}
- Run this in your project's root folder:
composer require tivwp/tivwp-force-deactivate-plugins
- The plugin files will be installed in the
path/to/mu-plugins/tivwp-force-deactivate-pluginsfolder. However, WordPress ignores subfolders in themu-plugins. Therefore, you need to copy thetivwp-force-deactivate-plugins.phpone level up, to themu-plugins.
Settings
- Put this to a local config file (excluded from the repo):
define( 'WP_LOCAL_DEV', true );
- and this - to the
wp-config.php(edit, of course):
define( 'TIVWP_LOCAL_DEV_PLUGINS', array( 'debug-bar/debug-bar.php', 'query-monitor/query-monitor.php', 'tivwp-email/tivwp-email.php', ) );
Author
- Gregory Karpinsky (@tivnet)
License
GPL-3.0
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2017-04-23