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
Requires
- php: >=8.2
- composer-plugin-api: *
Requires (Dev)
- 26b/php-pre-commit: ^0.2.1
- composer/composer: ^2.8
- squizlabs/php_codesniffer: ^3.10
- wp-coding-standards/wpcs: ^3.1
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