Title: MailChimp code is obsolete ( partial fix )
Last modified: August 21, 2016

---

# MailChimp code is obsolete ( partial fix )

 *  [toddgeist](https://wordpress.org/support/users/toddgeist/)
 * (@toddgeist)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/mailchimp-code-is-obsolete-partial-fix/)
 * Hello,
 * This plugin needs to be updated to work with the current version of EDD Mailchimp.
   Here is a partial fix for the part that does the Subscribing.
 * wp-content/plugins/easy-digital-downloads-free-download/edd-fd.php
 * Replace this:
 *     ```
       if(function_exists('eddmc_check_for_email_signup')){
       	eddmc_check_for_email_signup($_POST, $user_info);
       }
       ```
   
 * with
 *     ```
       if( class_exists("EDD_MailChimp")  ){
           $my_mc = new EDD_MailChimp( 'mailchimp', 'Mail Chimp' );
           $my_mc->subscribe_email($user_info);
       }
       ```
   
 * This will Subscribe the user to the default List setup in EDD->Settings.
 * Thats about all I had time to figure out
 * Thanks
 * Todd
 * [https://wordpress.org/plugins/easy-digital-downloads-free-download/](https://wordpress.org/plugins/easy-digital-downloads-free-download/)

The topic ‘MailChimp code is obsolete ( partial fix )’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-digital-downloads-free-download_adadad.
   svg)
 * [Easy Digital Downloads - Free Download](https://wordpress.org/plugins/easy-digital-downloads-free-download/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-digital-downloads-free-download/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-digital-downloads-free-download/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-digital-downloads-free-download/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-digital-downloads-free-download/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-digital-downloads-free-download/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [toddgeist](https://wordpress.org/support/users/toddgeist/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/mailchimp-code-is-obsolete-partial-fix/)
 * Status: not resolved