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 87
- admin/acfcs-search.php - line 91
- inc/acfcs-functions.php - line 68
- inc/acfcs-functions.php - line 515
- inc/acfcs-functions.php - line 918
Since
0.28.0