Home Plugins cleanup text
Cleanup Text logo

Cleanup Text

by roggie on WordPress.org

Function to remove smart quotes, HTML and other special characters from text. Call the function with text as argument, function returns clean text.

(0)

WordPress posts and pages can contain Smart quotes and other fancy characters. But Smartquotes and other special characters don’t work properly if you send the contents of a post by email. This plugin cleans up text so it can be emailed properly.

Instead of using this plugin you could use WordPress filters to reformat text, but WordPress filters cannot be used with PHP functions like strip_tags. If you use a filter to remove Smart quotes you can’t also use strip_tags to remove HTML.

Also, WordPress filters don’t remove all the characters that could cause problems. For example, double spaces are not removed properly by WordPress, and Europeans will have problems with the UK pound currency symbol.

This very simple plugin removes all sorts of special characters, including double spaces and currency symbols that WordPress filters don’t manage.

It also has an option to remove HTML.

Active installations10+
Weekly downloads
9+0.00%
Version2.0.1
Last updated8/12/2010
WordPress version1.0.0
Tested up to3.0.0
Tags
filterhtmlSmart Quotesspecial characters