forked from DevinVinson/WordPress-Plugin-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
County functions
Moisés Barrachina Planelles edited this page Oct 4, 2023
·
2 revisions
Backend Frontend Template provides several functions about countries:
Returns a country list
$countries_codes_names = [
'AF'=> $this->__('Afghanistan'),
'AX'=> $this->__('Aland Islands'),
'AL'=> $this->__('Albania'),
'DZ'=> $this->__('Algeria'),
'AS'=> $this->__('American Samoa'),
'AD'=> $this->__('Andorra'),
[...]
Returns the country name through the country code