Forums
(@parentesikuadra)
8 years, 9 months ago
I have the same question. I really need this little feature. Also the Bulk Disable could be great.
Thanks ??
Hi Danny, i still continue having the same issue. Did you find a solution ?
Thank you
8 years, 10 months ago
The plugin also right now, doens’t update automatically the field when i modify them on my WordPress user section…
Have you some idea? Thanks
Hi Danny, it should remove right now from the list the user that i’ve not on wordpress ?
I’ve tried to sync but still have deleted WP users in my Mailchimp list..
Thankssss
Hello, i’ve another problem… If i delete user in my wordpress i would like that this disappear also from my list on mailchimp.. How is this possible ?
Thanks.
I’ve solved with this :
add_filter( ‘mailchimp_sync_user_data’, function( $data, $user) { $data[‘MMERGE4’] = $user->description; return $data; }, 10, 2 );