Description
With this filter you can override the label above the country dropdown.
Usage
function as_override_city_label( $setting ) {
return 'Your override';
}
add_filter( 'acfcs_select_city_label', 'as_override_city_label' );
Used in
- inc/acfcs-functions.php - line 128
- inc/acfcs-functions.php - line 506
- inc/acfcs-functions.php - line 915
Since
0.28.0