Custom plugin developed with PHP and WordPress plugin development coding standards.
- Download this repo as a zip file.
- Head to your WordPress back-end dashboard > Plugins > Add New plugin > Upload Plugin
- Activate The plugin so the new plugin label will appear.
- Look for Word Filter > Word List and enter your list of words that need to be replaced or deleted.
- Words List: You can add a list of comma-separated words, those will be replaced on your WordPress pages and posts.
- Options: Add the word or text that should appear instead of the listed Words.
- If you leave Options field blank all of the listed words will be deleted on the front-end, this can be used to filter inappropriate words.
- Use WordPress Hooks and PHP with OOP to develop a custom plugin.