Initial Commit
This commit is contained in:
62
inc/country/mx/cdmx.php
Normal file
62
inc/country/mx/cdmx.php
Normal file
@ -0,0 +1,62 @@
|
||||
<?php // phpcs:ignore - @generation-checksum MX-CDMX-38
|
||||
/**
|
||||
* State City List for CDMX - MX.
|
||||
*
|
||||
* City count: 38
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for CDMX - MX.
|
||||
*
|
||||
* 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(
|
||||
__('Azcapotzalco', 'wp-ultimo-locations'),
|
||||
__('Benito Juarez', 'wp-ultimo-locations'),
|
||||
__('Ciudad de México', 'wp-ultimo-locations'),
|
||||
__('Col. Bosques de las Lomas', 'wp-ultimo-locations'),
|
||||
__('Colonia Nativitas', 'wp-ultimo-locations'),
|
||||
__('Colonia del Valle', 'wp-ultimo-locations'),
|
||||
__('Coyoacán', 'wp-ultimo-locations'),
|
||||
__('Cuauhtémoc', 'wp-ultimo-locations'),
|
||||
__('Delegación Cuajimalpa de Morelos', 'wp-ultimo-locations'),
|
||||
__('Gustavo A. Madero', 'wp-ultimo-locations'),
|
||||
__('Gustavo Adolfo Madero', 'wp-ultimo-locations'),
|
||||
__('Iztacalco', 'wp-ultimo-locations'),
|
||||
__('Iztapalapa', 'wp-ultimo-locations'),
|
||||
__('Lomas de Tepemecatl', 'wp-ultimo-locations'),
|
||||
__('Magdalena Contreras', 'wp-ultimo-locations'),
|
||||
__('Miguel Hidalgo', 'wp-ultimo-locations'),
|
||||
__('Milpa Alta', 'wp-ultimo-locations'),
|
||||
__('Polanco', 'wp-ultimo-locations'),
|
||||
__('San Andrés Mixquic', 'wp-ultimo-locations'),
|
||||
__('San Antonio Tecómitl', 'wp-ultimo-locations'),
|
||||
__('San Bartolome Xicomulco', 'wp-ultimo-locations'),
|
||||
__('San Francisco Tecoxpa', 'wp-ultimo-locations'),
|
||||
__('San Juan Ixtayopan', 'wp-ultimo-locations'),
|
||||
__('San Lorenzo Acopilco', 'wp-ultimo-locations'),
|
||||
__('San Lorenzo Tlacoyucan', 'wp-ultimo-locations'),
|
||||
__('San Miguel Ajusco', 'wp-ultimo-locations'),
|
||||
__('San Miguel Topilejo', 'wp-ultimo-locations'),
|
||||
__('San Pablo Oztotepec', 'wp-ultimo-locations'),
|
||||
__('San Pedro Atocpan', 'wp-ultimo-locations'),
|
||||
__('San Salvador Cuauhtenco', 'wp-ultimo-locations'),
|
||||
__('Santa Ana Tlacotenco', 'wp-ultimo-locations'),
|
||||
__('Santa Catarina Yecahuizotl', 'wp-ultimo-locations'),
|
||||
__('Tetelco', 'wp-ultimo-locations'),
|
||||
__('Tlalpan', 'wp-ultimo-locations'),
|
||||
__('Tláhuac', 'wp-ultimo-locations'),
|
||||
__('Venustiano Carranza', 'wp-ultimo-locations'),
|
||||
__('Xochimilco', 'wp-ultimo-locations'),
|
||||
__('Álvaro Obregón', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user