Automattic\WooCommerce\Vendor\League\ISO3166
ISO3166::all
Method of the class: ISO3166{}
No Hooks.
Returns
Array
Usage
$ISO3166 = new ISO3166(); $ISO3166->all(): array;
ISO3166::all() ISO3166::all code WC 10.3.6
public function all(): array
{
return $this->countries;
}