gform_disable_address_map_link

Description

This filter is used to disable the inclusion of the Map It link when displaying the Address field value.

Usage

add_filter( 'gform_disable_address_map_link', '__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 GF_Field_Address::get_value_entry_detail() in includes/fields/class-gf-field-address.php.