Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mcaskill/wp-ecocide
- Owner: mcaskill
- License: mit
- Created: 2020-05-20T23:09:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T19:51:31.000Z (over 1 year ago)
- Last Synced: 2024-10-04T07:41:29.503Z (about 1 month ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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