Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcaskill/wp-ecocide

A plugin to disable the various features of WordPress.
https://github.com/mcaskill/wp-ecocide

Last synced: 12 days ago
JSON representation

A plugin to disable the various features of WordPress.

Awesome Lists containing this project

README

        

# 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](https://getcomposer.org/):

```console
composer require mcaskill/wp-ecocide
```

## Usage

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

```php
$ecocide = new \Ecocide\Modules();

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

## License

MIT

[scrutinizer-ci-badge]: https://scrutinizer-ci.com/g/mcaskill/wp-ecocide/badges/quality-score.png?b=master
[release-badge]: https://img.shields.io/github/tag/mcaskill/wp-ecocide.svg
[license-badge]: https://poser.pugx.org/mcaskill/wp-ecocide/license

[scrutinizer-ci.com]: https://scrutinizer-ci.com/g/mcaskill/wp-ecocide/?branch=master
[packagist.org]: https://packagist.org/packages/mcaskill/wp-ecocide