Skip to content

Instantly share code, notes, and snippets.

View forjoyilive's full-sized avatar

Nabha Cosley forjoyilive

View GitHub Profile
@forjoyilive
forjoyilive / getContinent.php
Created February 14, 2019 22:42
Given a country name, get the continent
<?php
/**
* Get a list of country codes tied to continents
*
* @link //gist.github.com/nobuti/3816985
*
* @since 2019-Jan-25
* @return array
*/
function ananda_wpsl_get_continent_country_list() {