Automattic\WooCommerce\Vendor\League\ISO3166

ISO3166::allpublicWC 1.0

Method of the class: ISO3166{}

No Hooks.

Returns

array<array{name: string, alpha2: string, alpha3: string, numeric: numeric-string, currency: string[]}>.

Usage

$ISO3166 = new ISO3166();
$ISO3166->all(): array;

ISO3166::all() code WC 11.0.1

public function all(): array
{
    return $this->countries;
}