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. lucidninja/production-plugins

ActiveWordpress-muplugin

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

Deactivate unhelpful Wordpress plugins on non-production sites.

v1.0(7y ago)038MITPHP

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 3d 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 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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

2865d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a6c588e64e6c7f4685706ebafc7db1ed78edfbda15e031cd43e2d57a8356ad0?d=identicon)[LucidNinja](/maintainers/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)
```

PHPackages © 2026

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