MC4WP: Mailchimp for WordPress
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:
-
Clone the GitHub repository:
git clone https://github.com/ibericode/mailchimp-for-wordpress.git mailchimp-for-wp
-
Install Composer dependencies:
composer install
-
Install NPM dependencies:
npm install
-
Generate plugin asset files:
npm run build
-
Activate the plugin in your WordPress admin panel.
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 sample code snippets directory for a collection of modification examples.