innocode-digital / wp-normalize
Disables probably unnecessary WordPress features, and a little changes behaviour.
Installs: 11 100
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 14
Forks: 1
Type:wordpress-muplugin
Requires
- php: >=7.1
- ext-json: *
- composer/installers: ~1.0
README
Description
Disables probably unnecessary WordPress features, and a little changes behaviour.
Install
-
Preferable way is to use Composer:
composer require innocode-digital/wp-normalize
By default, it will be installed as Must Use Plugin. It's possible to change with
extra.installer-paths
incomposer.json
. -
Alternate way is to clone this repo to
wp-content/mu-plugins/
orwp-content/plugins/
:cd wp-content/plugins/ git clone git@github.com:innocode-digital/wp-normalize.git cd wp-normalize/ composer install
If plugin installed as regular plugin then activate Normalize from Plugins page
or WP-CLI: wp plugin activate wp-normalize
.