27 lines
502 B
PHP
27 lines
502 B
PHP
<?php // phpcs:ignore - @generation-checksum BR-DF-2
|
|
/**
|
|
* State City List for DF - BR.
|
|
*
|
|
* City count: 2
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for DF - BR.
|
|
*
|
|
* 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(
|
|
__('Brasília', 'wp-ultimo-locations'),
|
|
__('Planaltina', 'wp-ultimo-locations'),
|
|
);
|