Support

Home Forums Event Espresso Premium Mailchimp Integration

Mailchimp Integration

Posted: November 6, 2016 at 10:10 am

Viewing 1 reply thread


lroesslein

November 6, 2016 at 10:10 am

ref: https://eventespresso.com/topic/mailchimp-integration-number-of-lists-only-25/

in this chat I asked about more than 25 Mailchimp lists in the inteface.
What is the status? You mentioned to add the functionality in August.
By when is this life?
Thanks Lukas


Josh

  • Support Staff

November 7, 2016 at 2:15 pm

Hi Lukas,

You can update to the latest version of the MailChimp add-on for EE4 (currently 2.3.3.p) and add this code to your site to set the limit to 50 for example:

function tw_limit_mailchimp_list_call( $params, $mailchimp_controler ) {
    $params['limit'] = 50;
    return $params;

}
add_filter( 'FHEE__EE_MCI_Controller__mci_get_users_lists__list_params', 'tw_limit_mailchimp_list_call', 10, 2 );

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.

Viewing 1 reply thread

The support post ‘Mailchimp Integration’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso