سلام
پس از بروزرسانی به نسخه 2.0.2 از کد زیر استفاده کنید.
add_filter( 'pws_default_city', 'pws_default_city', 10, 3 );
function pws_default_city( $city_id, $type, $state_id ) {
if ( $state_id == 'STATE_ID' ) {
return 'CITY_ID';
}
return $city_id;
}
بجای STATE_ID شناسه...