navasena/wp-content/plugins/mailchimp-for-wp
Fuzi_fauzia b4e8cbe182 first commit 2024-07-31 13:12:38 +07:00
..
assets first commit 2024-07-31 13:12:38 +07:00
config first commit 2024-07-31 13:12:38 +07:00
includes first commit 2024-07-31 13:12:38 +07:00
integrations first commit 2024-07-31 13:12:38 +07:00
languages first commit 2024-07-31 13:12:38 +07:00
CHANGELOG.md first commit 2024-07-31 13:12:38 +07:00
LICENSE first commit 2024-07-31 13:12:38 +07:00
README.md first commit 2024-07-31 13:12:38 +07:00
autoload.php first commit 2024-07-31 13:12:38 +07:00
mailchimp-for-wp.php first commit 2024-07-31 13:12:38 +07:00
readme.txt first commit 2024-07-31 13:12:38 +07:00
wpml-config.xml first commit 2024-07-31 13:12:38 +07:00

README.md

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.