Listo

Listo is a simple plugin which supplies several kinds of list including list of countries, states of countries, and major currencies.

Author:Takayuki Miyoshi (profile at wordpress.org)
WordPress version required:6.4
WordPress version tested:6.5.2
Plugin version:1.8
Added to WordPress repository:09-04-2014
Last updated:17-04-2024
Rating, %:96
Rated by:12
Plugin URI:https://contactform7.com/listo/
Total downloads:107 180
Active installs:10 000+
plugin download
Click to start download

Listo is a simple plugin that supplies other plugins and themes with commonly used lists.

Usage

$countries = listo(
    // List type
    'countries',
    // Options
    array(
        'group' => 'un',
        'orderby' => 'value',
        'order' => 'DESC',
    )
);

ChangeLog