WP Manifestindependent plugin directory
manifest / utilities / wpucountrylist

WPU Country list

Get a list of countries

by Darklg · github.com/wordpressutilities/wpucountrylist

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.zip

Readme

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')
));

Read the full README on GitHub →