Cleanup Text

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

Author:Roger Howorth (profile at wordpress.org)
WordPress version required:1.0.0
WordPress version tested:3.0.0
Plugin version:2.0.1
Added to WordPress repository:08-05-2010
Last updated:12-08-2010
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:http://www.thehypervisor.com/cleanup-text/
Total downloads:2 078
Active installs:10+
plugin download
Click to start download

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.


FAQ
ChangeLog