pcsd-tag-stripper

Removes common deprecated and problematic tags and attributes that the WordPress editor will add automatically.…

Author:Josh Espinoza, ericjuden (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:5.1.10
Plugin version:1.6
Added to WordPress repository:11-04-2019
Last updated:25-04-2019
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:765
Active installs:20+
plugin download
Click to start download

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
b
/b
non breaking space
Empty Headings 1 - 6
iframes
mailto:

Installation

  • Copy the plugin files to wp-content/plugins/
  • Activate Plugin from the plugins page

Changelog

1.6
* added mailto: anchors, and iframes to the filtering out list
1.5
* prepped for wordpress svn system
1.3
* added additional tags to be removed
1.2
* Initial release