Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wp-digital/wp-normalize
https://github.com/wp-digital/wp-normalize
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wp-digital/wp-normalize
- Owner: wp-digital
- License: mit
- Created: 2019-05-08T10:15:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T10:25:48.000Z (almost 4 years ago)
- Last Synced: 2024-11-17T04:31:03.136Z (2 months ago)
- Language: PHP
- Size: 225 KB
- Stars: 1
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Normalize
### Description
Disables probably unnecessary WordPress features, and a little changes behaviour.
### Install
- Preferable way is to use [Composer](https://getcomposer.org/):
````
composer require innocode-digital/wp-normalize
````By default, it will be installed as [Must Use Plugin](https://codex.wordpress.org/Must_Use_Plugins).
It's possible to change with `extra.installer-paths` in `composer.json`.- Alternate way is to clone this repo to `wp-content/mu-plugins/` or `wp-content/plugins/`:
````
cd wp-content/plugins/
git clone [email protected]: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](https://make.wordpress.org/cli/handbook/): `wp plugin activate wp-normalize`.