Custom FIELD
-
Hi i’ve a problem with custom field because i can’t see the mailchimp field of mailchimp that i need. The field exhist. How can i sync the field with the plugin ?
I’ve read the tutorial and i add this code to theme/function.php :
add_filter( ‘mailchimp_sync_user_data’, function( $data, $description) {
$data[‘MMERGE4’] = $description->pre_user_description;
return $data;
}, 10, 2 );Nothing happen.
I need to add a custom field for DESCRIPTION WordPress FIELD.
Thanksss
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Custom FIELD’ is closed to new replies.