Table of Contents
Description #
This filter checks if the MailChimp integration should keep existing tags.
apply_filters('fluentform_mailchimp_keep_existing_tags', true, $form->id);
Usage #
add_filter('fluentform_mailchimp_keep_existing_tags', '__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 app/Services/Integrations/MailChimp/MailChimpIntegration.php