mailchimp-for-wordpress icon indicating copy to clipboard operation
mailchimp-for-wordpress copied to clipboard

#1 Mailchimp plugin for WordPress. Adds various sign-up methods to your site.

MC4WP: Mailchimp for WordPress

PHP status ESLint status Active installs Downloads Rating License: GPLv3

Here, you can browse the source code of the Mailchimp for WordPress Plugin, find and discuss open issues or contribute code to the plugin.

Installation

If you just want to install this plugin on your WordPress site, please download and install the latest version from WordPress.org: Mailchimp for WordPress plugin on WordPress.org.

To install the development version, take the following steps:

  1. Clone the GitHub repository:
git clone https://github.com/ibericode/mailchimp-for-wordpress.git mailchimp-for-wp
  1. Install NPM dependencies:
npm install
  1. Install Composer dependencies:
composer install
  1. Generate plugin asset files:
npx gulp
  1. Activate the plugin in your WordPress admin.

Bugs

If you think you've found a bug, please open an issue here!

Translations

You can help help translate Mailchimp for WordPress on WordPress.org.

Support

This is a developer's portal for the Mailchimp for WordPress plugin and should not be used for support. Please visit the Mailchimp for WordPress support forum on WordPress.org.

If you need priority support, upgrade to Mailchimp for WordPress Premium.

Developers

Looking for code snippets? Have a look at the Mailchimp for WordPress Code Snippets repository for a collection of modification examples.

We recommend going through the (documented) source code of the plugin itself to find integration or extension possibilities.