=== Plugin Name === Contributors: adam.ainsworth Donate link: http://mesklin.net/ Tags: html tags, content Requires at least: 3.0.1 Tested up to: 4.2.2 Stable tag: 0.8 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This is a simple plugin that strips HTML tags from the content of WordPress pages and posts - useful for post aggregators or email notifications. == Description == This removes HTML tags on-the-fly, leaving just the raw text. No data is changed and you can retrieve the original content by disabling the plugin. == Installation == 1. Upload the `remove-html-from-content` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = Will this change my data? = No, all changes are done in memory when the page is loaded, and no content is changed. == Changelog == = 0.8 = Initial launch