26b/wp-must-use

A collection of Must-Use plugins for WordPress used in 26B projects.

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

Type:composer-plugin

0.3.1 2025-08-18 16:11 UTC

This package is auto-updated.

Last update: 2025-08-18 16:13:07 UTC


README

This is a plugin that requires a set of other plugins that are (almost) always used in 26B projects.

The plugins

The plugins are provided in this bundle, but they may also be used standalone, by downloading any of the files in the plugins/ folder.

Installing

Use composer to install, as it is required to extract the existing plugins into the base of the mu-plugins folder.

First configure the extra setting in composer.json so as to include the wordpress-muplugin composer package type as a target for the mu-plugins/ folder.

{
  "extra": {
    "installer-paths": {
      "mu-plugins/{$name}/": [
        "type:wordpress-muplugin"
      ]
    }
  },
}

Then require the dependency.

composer required 26b/wp-must-use