innocode-digital / wp-normalize
Disables probably unnecessary WordPress features, and a little changes behaviour.
Package info
github.com/innocode-digital/wp-normalize
Type:wordpress-muplugin
pkg:composer/innocode-digital/wp-normalize
2.2.0
2021-03-30 10:25 UTC
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-normalizeBy default, it will be installed as Must Use Plugin. It's possible to change with
extra.installer-pathsincomposer.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.