WPU Country list
Get a list of countries
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wordpressutilities/wpucountrylist/archive/refs/heads/main.zipReadme
WPU Country list
Get a list of countries
Installation
- Install as a WordPress plugin.
Usage
global $WPUCountryList;
return $WPUCountryList->getList(array(
'sorted' => true,
'lowercase' => true,
'move_first' => array('fr', 'be', 'ch', 'lu')
));