mailchimp-for-wp
Last commit date
assets
1 month ago
config
1 month ago
includes
1 month ago
integrations
1 month ago
languages
2 years ago
AGENTS.md
2 months ago
CHANGELOG.md
1 month ago
LICENSE
1 year ago
README.md
1 year ago
SECURITY.md
1 year ago
autoload.php
1 month ago
mailchimp-for-wp.php
1 month ago
readme.txt
1 month ago
uninstall.php
1 year ago
wpml-config.xml
1 year ago
README.md
66 lines
| 1 | MC4WP: Mailchimp for WordPress |
| 2 | ====================== |
| 3 | [](https://www.gnu.org/licenses/gpl-3.0](https://www.gnu.org/licenses/gpl-3.0](https://www.gnu.org/licenses/gpl-3.0) |
| 4 |  |
| 5 |  |
| 6 | [](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/) |
| 7 | |
| 8 | Here, you can browse the source code of the [](https://wordpress.org/plugins/mailchimp-for-wp/MC4WP: Mailchimp for WordPress Plugin](https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/), find and discuss open issues or contribute code to the plugin. |
| 9 | |
| 10 | Requirements |
| 11 | -------------- |
| 12 | |
| 13 | - PHP version 7.4 or higher |
| 14 | - WordPress version 4.6 or higher |
| 15 | |
| 16 | |
| 17 | Installation |
| 18 | ------------ |
| 19 | |
| 20 | If you just want to install this plugin on your WordPress site, please download and install the latest version from WordPress.org: [](https://wordpress.org/plugins/mailchimp-for-wp/Mailchimp for WordPress plugin on WordPress.org](https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/). |
| 21 | |
| 22 | To install the development version, take the following steps: |
| 23 | |
| 24 | 1. Clone the GitHub repository: |
| 25 | ``` |
| 26 | git clone https://github.com/ibericode/mailchimp-for-wordpress.git mailchimp-for-wp |
| 27 | ``` |
| 28 | |
| 29 | 1. Install Composer dependencies: |
| 30 | ```sh |
| 31 | composer install |
| 32 | ``` |
| 33 | |
| 34 | 1. Install NPM dependencies: |
| 35 | ``` |
| 36 | npm install |
| 37 | ``` |
| 38 | |
| 39 | 1. Generate plugin asset files: |
| 40 | ``` |
| 41 | npm run build |
| 42 | ``` |
| 43 | |
| 44 | 1. Activate the plugin in your WordPress admin panel. |
| 45 | |
| 46 | Bugs |
| 47 | ---- |
| 48 | If you think you've found a bug, [](https://github.com/ibericode/mailchimp-for-wordpress/issues?state=openplease open an issue here](https://github.com/ibericode/mailchimp-for-wordpress/issues?state=open](https://github.com/ibericode/mailchimp-for-wordpress/issues?state=open)! |
| 49 | |
| 50 | Translations |
| 51 | ------------- |
| 52 | You can help [](https://translate.wordpress.org/projects/wp-plugins/mailchimp-for-wp/stable/help translate Mailchimp for WordPress](https://translate.wordpress.org/projects/wp-plugins/mailchimp-for-wp/stable/](https://translate.wordpress.org/projects/wp-plugins/mailchimp-for-wp/stable/) on WordPress.org. |
| 53 | |
| 54 | Support |
| 55 | ------- |
| 56 | This is a developer's portal for the Mailchimp for WordPress plugin and should not be used for support. |
| 57 | Please visit the [](https://wordpress.org/support/plugin/mailchimp-for-wpMailchimp for WordPress support forum on WordPress.org](https://wordpress.org/support/plugin/mailchimp-for-wp](https://wordpress.org/support/plugin/mailchimp-for-wp). |
| 58 | |
| 59 | If you need priority support, [](https://www.mc4wp.com/upgrade to Mailchimp for WordPress Premium](https://www.mc4wp.com/](https://www.mc4wp.com/). |
| 60 | |
| 61 | Developers |
| 62 | ---------- |
| 63 | |
| 64 | Looking for code snippets? Have a look at the [](https://github.com/ibericode/mailchimp-for-wordpress/tree/main/sample-code-snippetssample code snippets directory](https://github.com/ibericode/mailchimp-for-wordpress/tree/main/sample-code-snippets](https://github.com/ibericode/mailchimp-for-wordpress/tree/main/sample-code-snippets) for a collection of modification examples. |
| 65 | |
| 66 |