Description
This filter is used to enable the display of the BCC setting on the Help Scout feed.
Usage
add_filter( 'gform_helpscout_enable_bcc', '__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.