## MailChimp for WordPress - Captcha

Captcha add-on plugin for [MailChimp for WordPress](https://mc4wp.com/).

This plugin has the following requirements.

- MailChimp for WordPress 3.0 or higher
- [Google Captcha by BestWebSoft](https://wordpress.org/plugins/google-captcha/)

### Usage

After installing this plugin, you can use the following tag in your form mark-up to render a Captcha field.

```
{captcha}
```

### Creating your own add-on

This plugin utilizes the many available filters in MailChimp for WordPress to customize the functionality of the core plugin.

The code is heavily documented to give a little insight that may be helpful in creating your own add-on.