31 lines
664 B
PHP
31 lines
664 B
PHP
<?php // phpcs:ignore - @generation-checksum TR-51-6
|
||
/**
|
||
* State City List for 51 - TR.
|
||
*
|
||
* City count: 6
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for 51 - TR.
|
||
*
|
||
* IMPORTANT:
|
||
* This file is generated by build scripts, do not
|
||
* change it directly or your changes will be LOST!
|
||
*
|
||
* @since 2.0.11
|
||
*/
|
||
return array(
|
||
__('Altunhisar', 'wp-ultimo-locations'),
|
||
__('Bor', 'wp-ultimo-locations'),
|
||
__('Niğde', 'wp-ultimo-locations'),
|
||
__('Ulukisla', 'wp-ultimo-locations'),
|
||
__('Çamardı İlçesi', 'wp-ultimo-locations'),
|
||
__('Çiftlik', 'wp-ultimo-locations'),
|
||
);
|