fc_gaa_use_field_description_for_instructions

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 to false.

Examples #

/**
 * Enable field descriptions for instructions
 */
add_filter( 'fc_gaa_use_field_description_for_instructions', '__return_true', 10 );

What are your feelings

Updated on December 15, 2025