Sync with Mailchimp for WordPress
-
Hello and good day.
I had wanted to sync the Group name a customer is in with MailChimp for WordPress Plugin using their extension.
This is the example code I had gotten here: https://kb.mc4wp.com/syncing-custom-user-fields-mailchimp/#advanced-fields
add_filter( ‘mailchimp_sync_user_data’, function( $data, $user ) {
$data[‘MERGETAG’] = $user->field_name;
return $data;
}, 10, 2 );My question is how do I find the filed name of a group to use in MailChimp Sync.
Thank you and have an amazing day!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Sync with Mailchimp for WordPress’ is closed to new replies.