acfcs_select_city_label()

Description

With this filter you can override the label above the country dropdown.

Usage

  1. function as_override_city_label( $setting ) {
  2.     return 'Your override';
  3. }
  4. add_filter( 'acfcs_select_city_label', 'as_override_city_label' );

Used in

Since

0.28.0