# pcsd-tag-stripper

Plugin Name: PCSD Tag Stripper
Plugin URI: 
Author: Josh Espinoza
Contributors: ericjuden
Requires at least: 3.0
Tested up to: 5.0.3
Version: 1.2
Tags: deprecated,remove, delete, nonbrakespace, nbsp, linebrake, line brake


Removes common deprecated and problematic tags and attributes that the Wordpress editor will add automatically. Original Code pulled and from a plugin ericjuden had written. modified by Josh Espinoza

This plugin will strip out the following tags:

rel=""
target=""
<br />
<br/>
<BR/>
<br>
<br >
<p>&nbsp;</p>
<b>
</b>
&nbsp;
<h1></h1>
<h1> </h1>
<h2></h2>
<h2> </h2>
<h3></h3>
<h3> </h3>
<h4></h4>
<h4> </h4>
<h5>
</h5>
<h6>
</h6>

# Installation
 - Copy the plugin files to <code>wp-content/plugins/</code>
 - Activate Plugin from the plugins page


# Changelog

 1.2
* Initial release