PHPackages                             lucidninja/production-plugins - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. lucidninja/production-plugins

ActiveWordpress-muplugin[Utility &amp; Helpers](/categories/utility)

lucidninja/production-plugins
=============================

Deactivate unhelpful Wordpress plugins on non-production sites.

v1.0(7y ago)040MITPHP

Since Jul 11Pushed 7y agoCompare

[ Source](https://github.com/LucidNinja/Production-Plugins)[ Packagist](https://packagist.org/packages/lucidninja/production-plugins)[ RSS](/packages/lucidninja-production-plugins/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Production-Plugins
==================

[](#production-plugins)

#### Contributors

[](#contributors)

- URL:
- Github: [@LucidNinja](https://github.com/lucidninja)

Abstract
--------

[](#abstract)

A simple, developer plugin with no GUI that deactivates unhelpful Wordpress plugins on non-production sites.

Steps
-----

[](#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
------------

[](#dependencies)

This plugin uses [PHP dotenv](https://github.com/vlucas/phpdotenv) 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:

- [Environment Variables](https://roots.io/bedrock/docs/environment-variables/)
- [PHP dotenv](https://github.com/vlucas/phpdotenv)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2911d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29149363?v=4)[Matt Anderson](/maintainers/LucidNinja)[@LucidNinja](https://github.com/LucidNinja)

---

Top Contributors

[![LucidNinja](https://avatars.githubusercontent.com/u/29149363?v=4)](https://github.com/LucidNinja "LucidNinja (9 commits)")

### Embed Badge

![Health badge](/badges/lucidninja-production-plugins/health.svg)

```
[![Health](https://phpackages.com/badges/lucidninja-production-plugins/health.svg)](https://phpackages.com/packages/lucidninja-production-plugins)
```

###  Alternatives

[fjw/color-compare

A library for converting colors (Hex, RGB, HSL, CIELAB (LAB), DIN-99) and calculating color distances based on DIN-99.

1310.4k](/packages/fjw-color-compare)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
