Gardener
Cleanup for WordPress frontend and backend
★ 12stars
386composer installs
5forks
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/bonny/gardener/archive/refs/heads/master.zipAlso on Packagist as bonny/gardener:
composer require bonny/gardenerFrom the readme
🏡 🌳 🌻 Gardener 🌻 🌳 🏡
– Opinionated cleanup for WordPress
Gardener
one employed to care for the gardens or grounds of a home, business concern, or other property
– https://www.merriam-webster.com/dictionary/gardener
Gardener is a WordPress plugin that adds theme support for an opinionated cleanup of the WordPress admin and frontend.
No feature is added or modified by default. Support for each feature must be added manually and if this plugin is uninstalled it will not break anything.
Installation and usage
Install using composer:
composer require bonny/gardener
(Or you can just download the plugin and place it in your wp plugins folder.)
Add support for wanted features in your functions.php:
addthemesupport('gardener-remove-emoji');
addthemesupport('gardener-relative-links');
addthemesupport('gardener-cleanup-upload-filenames');
addthemesupport('gardener-cleanup-dashboard');
addthemesupport('gardener-hide-posts');
addthemesupport('gardener-hide-comments');
addthemesupport('gardener-enhance-login-screen');
TODO
- [ ] Add all wanted features.
- [ ] Document features incl. screenshots.
- [ ] Tests would be nice.
Features
Relative
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 0.4 | Sep 29, 2019 | — | — |