A bundle of lightweight modules to apply theme-agnostic modifications to WordPress.
Require package in your theme project with Composer:
composer require mcaskill/wp-ecocide
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();
MIT