innocode-digital/wp-normalize

Disables probably unnecessary WordPress features, and a little changes behaviour.

Installs: 10 115

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 14

Forks: 1

Type:wordpress-muplugin

2.2.0 2021-03-30 10:25 UTC

This package is auto-updated.

Last update: 2024-02-29 03:59:02 UTC


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 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 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.