WP Manifestindependent plugin directory
manifest / utilities / wp-ecocide

Ecocide

A plugin to disable the various features of WordPress.

by Chauncey McAskill · github.com/mcaskill/wp-ecocide · website

4stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mcaskill/wp-ecocide/archive/refs/heads/main.zip

Ecocide — WordPress Feature Disabler

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