11/07
2018
Wallogit.com
2017 © Pedro Peláez
Deactivate unhelpful Wordpress plugins on non-production sites.
A simple, developer plugin with no GUI that deactivates unhelpful Wordpress plugins on non-production sites., (*1)
$plugins = array(
'ithemes-security-pro/ithemes-security-pro.php',
'backupbuddy/backupbuddy.php',
);
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., (*2)
For more information on .env, see: * Environment Variables * PHP dotenv, (*3)