mcaskill/wp-ecocide

A collection of modules to modify or disable features in WordPress.

dev-main / 1.x-dev 2023-03-16 19:51 UTC

This package is auto-updated.

Last update: 2024-03-16 22:12:00 UTC


README

A bundle of lightweight modules to apply theme-agnostic modifications to WordPress.

Installation

Require package in your theme project with Composer:

composer require mcaskill/wp-ecocide

Usage

Ecocide isn't started until an instance of its Ecocide\Modules class is created and booted:

$ecocide = new \Ecocide\Modules();

$ecocide->get('disable-author-template')->boot();

License

MIT