adding multiple additional countries
-
Sorry for being an idiot, but how can we add more than one additional country using the below customisation?
add_filter( 'gigpress_country_list', 'my_gigpress_country_list'); function my_gigpress_country_list( array $gp_countries ) { // Add a country to the list: $gp_countries['XX'] = 'My Country'; return (array) $gp_countries; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘adding multiple additional countries’ is closed to new replies.