Description
With this filter you can override the label above the country dropdown.
Usage
function as_override_country_label( $setting ) {
return 'Your override';
}
add_filter( 'acfcs_select_country_label', 'as_override_country_label' );
Used in
- inc/acfcs-functions.php - line 18
- inc/acfcs-functions.php - line 545
- admin/acfcs-search.php - line 150
- admin/acfcs-search.php - line 153
- fields/acf-city-selector-v5.php - line 43
Since
0.28.0