lucidninja / production-plugins
Deactivate unhelpful Wordpress plugins on non-production sites.
Package info
github.com/LucidNinja/Production-Plugins
Type:wordpress-muplugin
pkg:composer/lucidninja/production-plugins
v1.0
2018-07-11 08:04 UTC
This package is not auto-updated.
Last update: 2026-03-26 23:43:37 UTC
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: