🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
L

Listo

4.8/5 (12 ratings) 8K+ active installs Updated Nov 27, 2024

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