# WPTagSanitizer

A WordPress plugin that sanitizes tags in posts.

If you add the following tags to your posts they will be transformed like this:

```
"joe" -> "Joe"
"iMac" -> "iMac" (no change)
"googletranslate" -> "Google Translate"
"Wordpress" -> "WordPress"
```

## Installation

1. Download to your Wordpress plugin folder.
2. Activate plugin.
3. Whenever you add a tag to your post it will be sanitized so as to look prettier.