Moves the wordpress core files to the root of your project
composer require craigiswayne/wp-shanela
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
}
}
}