Description
With this filter you can override the label above the province/state dropdown.
Usage
function as_override_province_state_label( $setting ) {
return 'Your override';
}
add_filter( 'acfcs_select_province_state_label', 'as_override_province_state_label' );
Used in
- admin/acfcs-search.php - line 171
- admin/acfcs-search.php - line 175
- fields/acf-city-selector-v5.php - line 47
- inc/acfcs-functions.php - line 71
- inc/acfcs-functions.php - line 552
Since
0.28.0