Back to list of all filter and action hooks for Google Address Autocomplete.
Description #
Control whether autocomplete field descriptions are used for instructions, instead of using the field’s placeholder text.
Parameters #
$use_description
(bool) Whether to use field descriptions for instructions. Defaults tofalse
.
Examples #
/**
* Enable field descriptions for instructions
*/
add_filter( 'fc_gaa_use_field_description_for_instructions', '__return_true', 10 );