MailChimp for WooCommerce and WPML
-
Hi,
My name is David from the WPML compatibility team. I’d like to ask for your help resolving an issue when your plugin is used together with WPML.
The issue is that MailChimp for WooCommerce won’t display strings translated with WPML. It was originally reported here:
https://wpml.org/forums/topic/translating-chain-in-mailchimp-for-woocommerce/The solution is quite simple. We can fix it by editing
mailchimp-woocommerce.php
and changing the last line from:add_action( 'plugins_loaded', 'mailchimp_on_all_plugins_loaded' );
to this:
add_action( 'plugins_loaded', 'mailchimp_on_all_plugins_loaded', 12 );
This way we make sure all plugins have been loaded before you initialize and everything works.
Will you consider including this fix in your plugin to give our common users a better experience?
Thanks in advance
David Garcia Watkins
- The topic ‘MailChimp for WooCommerce and WPML’ is closed to new replies.