Description
You can get the name of a country by using a simple function with the country code provided.
Usage
$country_name = acfcs_get_country_name( 'NL' );
Returns
(string) Netherlands
Arguments
- (string) - $country_code (required)
Country code (exactly 2 characters).
Defined in
Used in
- admin/acfcs-search.php - line 41
- inc/acfcs-functions.php - line 209
- inc/acfcs-functions.php - line 493
- inc/acfcs-functions.php - line 741