Description #
This filter checks if the MailChimp integration should keep existing interest.
apply_filters('fluentform/mailchimp_keep_existing_interests', true, $form->id);
Usage #
add_filter('fluentform/mailchimp_keep_existing_interests', '__return_false');
Parameters #
- $status (boolean) Status
- $formID (int) Form ID
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in FluentForm\App\Services\Integration\MailChimp\MailChimpSubscriber -> subscribe($feed, $formData, $entry, $form)