alexsancho / wp-install-dropin
Better WordPress installer.php dropin.
Installs: 3 637
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 0
Type:wordpress-dropin
Requires
- php: >=7.0
- koodimonni/composer-dropin-installer: >=1.0.1
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2025-02-14 21:02:49 UTC
README
This install.php
dropin doesn't install bloat from default install.php and sets a few opionated wp options.
It doesn't send you an email after installing new WordPress either.
Current options
- Set empty page as Front page
- Don't use any widgets
- Use empty blog description ( if someone forgets to change that )
- Use
/%postname%/
permalink - Don't install any articles
Installation
You can copy install.php
to your wp-content
folder. Just plug&play.
OR you can use composer so that you can automatically update it too. Put these in your composer.json:
{ "require": { "alexsancho/wp-install-dropin": "^1.0" }, "extra": { "dropin-paths": { "htdocs/wp-content/": ["type:wordpress-dropin"] } } }