gform_helpscout_enable_cc

Description

This filter is used to enable the display of the CC setting on the Help Scout feed.

Usage

add_filter( 'gform_helpscout_enable_cc', '__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-helpscout.php.