Description
This filter is used to enable the display of the tags field in the Map Fields section of the ActiveCampaign feed.
Usage
add_filter( 'gform_activecampaign_enable_tag_mapping', '__return_true' );
Parameters
This hook has no parameters.
Placement
This code should be placed in the functions.php file of your active theme.
Source Code
This filter is located in class-gf-activecampaign.php.