-
The [Settings Cheat Sheet](https://github.com/wecodemore/wpstarter/blob/a117fca6f5cec10382e470d9a5edc04a242a1624/docs/09-Settings-Cheat-Sheet.md#settings-cheat-sheet) claims that `"prevent-overwrite"`…
-
**Describe the bug**
Requested packages wpstarter "^3" and batcache "1.3.*" produces "Problem" errors.
**To Reproduce**
Steps to reproduce the behavior:
1. Use the example composer.json code fro…
-
**Describe the bug**
`"move-content" : true` deletes `wp/wp-content` but doesn't move the files. It also prevents WP Starter from creating the new `wp-content/plugins` and `wp-content/themes` folders…
-
i have a package in composer.json that requires v3 of vlucas/phpdotenv.
how to update the `wpstarter/src/Env/Env.php` and/or `wpstarter/src/EnvLoader.php` class to be compatible with the v3 version…
-
As you know core classes are always `require`-d in WordPress.
Here is a way to use Composer class autoloader instead: https://github.com/szepeviktor/wordpress-autoloaded
What do you think?
-
**Describe the bug**
If i define an empty value for an env var, this var is not stored/used or visible in caching. This should work, since some settings like `COOKIE_DOMAIN=""` in a Multisite enviorn…
-
**Describe the bug**
I have a normal WP Starter 3 setup and a mu-plugin which is loaded via composer.json ( https://github.com/inpsyde/WP-Stash ).
The WP Starter 3 Script generates following `wpst…
-
**Describe the bug**
When using the option `"content-dev-op": "copy"` to copy from `content-dev/mu-plugins` to `public/wp-content/mu-plugins`, nothing happens when running composer.
The default b…
-
**Describe the bug**
If i don't have a WP_HOME defined in my `.env`-file, WPStarter is falling back to a generated one. This generation uses `set_url_scheme` which is not available at the point it is…
-
WPStarter loads MU plugins in sub directories via the `WCM\WPStarter\MuLoader\MuLoader` that acts on the action `muplugins_loaded`. This leads to a problem when a mu plugin registers itself an action …