2017 © Pedro Peláez
 

wordpress-muplugin production-plugins

Deactivate unhelpful Wordpress plugins on non-production sites.

image

lucidninja/production-plugins

Deactivate unhelpful Wordpress plugins on non-production sites.

  • Wednesday, July 11, 2018
  • by LucidNinja
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Production-Plugins

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., (*1)

Steps

  1. Add this file to the mu-plugins folder of Wordpress, in order to deactivate the required plugins.
  2. 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., (*2)

For more information on .env, see: * Environment Variables * PHP dotenv, (*3)

The Versions

11/07 2018

dev-master

9999999-dev

Deactivate unhelpful Wordpress plugins on non-production sites.

  Sources   Download

MIT

by Matt Anderson

11/07 2018

v1.0

1.0.0.0

Deactivate unhelpful plugins on non-production sites.

  Sources   Download

MIT

by Matt Anderson