Changeset 1668425
- Timestamp:
- 06/01/2017 08:05:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-to-autoresponders-woar/trunk/cron_execute.php
r1151242 r1668425 90 90 91 91 if(get_option('need_mailchimp')=='1'){ 92 /*if($yes>0){*/92 93 93 require_once('MCAPI.class.php'); 94 94 $listId=get_option('hangout_Mailchimp_list_id'); … … 104 104 'send_welcome' => false, 105 105 )); 106 /*}*/106 107 107 108 108 }
Note: See TracChangeset
for help on using the changeset viewer.