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

https://github.com/adamgreenough/wordpress-utilities

🛠 Mini one-file, one-job WordPress utility plugins
https://github.com/adamgreenough/wordpress-utilities

wordpress wordpress-development wordpress-plugin wp wp-plugin

Last synced: 6 months ago
JSON representation

🛠 Mini one-file, one-job WordPress utility plugins

Awesome Lists containing this project

README

          

# WordPress Utility Plugins
These mini one-file WordPress plugins provide a drag-and-drop install for additional basic
functionality. Strictly no ads, no alerts and no settings pages.
## Installation
1. Download the relavant `.php` file from this repo
2. Upload to your `/wp-content/plugins/` folder
3. Activate from the Plugins page in your dashboard
## Plugins List
### Disable Comments `adgr-disable-comments.php`
This mini plugin will remove the Comments menu from the admin menu, admin bar and remove comment support
on posts and pages. It will not delete existing comments.

### Disable Emoji Replacement `adgr-disable-emoji-replacement.php`
By default, WordPress will load in a custom emoji set via JavaScript and replace emojis in your
content with images from its own for greater compatibility. These days, very few devices do not
support emoji so you may prefer to save the download and use default OS ones instead.

## Contributing
Got a plugin request or would like to improve an existing one? Pull requests and issues are encouraged.
By contributing code, you agree to transfer copyright of your contributions to me (Adam Greenough) for
distribtion with the GPLv3 (or later) license.