Viewing 1 replies (of 1 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,

    There is a filter for sending extra data. I suggest only experienced PHP developers go this route:

    Here is the example from our FAQ:

    add_filter( ‘mailchimp_sync_user_data’, function( $data, $user ) {
    $data[‘WEBSITE’] = $user->user_url;
    return $data;
    }, 10, 2 );

Viewing 1 replies (of 1 total)
  • The topic ‘Buddypress xProfile field sync’ is closed to new replies.