apply_filters( 'mt_shipping_countries', $countries, $country ) → {array}
Filter the available array of countries for shipping addresses.
Parameters:
Name | Type | Description |
---|---|---|
$countries |
array | Array of available countries. |
$country |
string | Currently selected country, if any. |
- Source:
Returns:
- Type
- array