Skip to content

ibericode/mailchimp-for-wordpress

Repository files navigation

MC4WP: Mailchimp for WordPress

PHP status ESLint status Active installs Downloads Rating License: GPLv3

Here, you can browse the source code of the MC4WP: 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
    
  2. Install Composer dependencies:

    composer install 
  3. Install NPM dependencies:

    npm install
    
  4. Generate plugin asset files:

    npm run build 
    
  5. 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.