craigiswayne / wp-shanela
ReAligns the WordPress Core files to the root of the project
Installs: 617
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 3
Type:composer-plugin
Requires
- php: >=7.4
- composer-plugin-api: >=1.0
- composer/installers: ^1.5
- johnpbloch/wordpress: ^4 || ^5 || ^6
This package is auto-updated.
Last update: 2025-01-04 18:09:37 UTC
README
Moves the wordpress core files to the root of your project
Usage
composer require craigiswayne/wp-shanela
Options
You have 2 options that you can configure:
- removeDefaultPlugins (default: true)
- removeThemes (default: true)
- Allows you to specify which themes to remove
- If
removeDefaultThemes
is specified, will use that value instead
{
"extra": {
"wp-shanela": {
"removeThemes": true,
"removeThemes": [
"twentytwentytwo"
],
"removeDefaultPlugins": false
}
}
}