25/07
2018
Wallogit.com
2017 © Pedro Peláez
ReAligns the WordPress Core files to the root of the project
Moves the wordpress core files to the root of your project, (*1)
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, (*2)
{
"extra": {
"wp-shanela": {
"removeThemes": true,
"removeThemes": [
"twentytwentytwo"
],
"removeDefaultPlugins": false
}
}
}