/**
  * Adds more currencies to the list of the available ones.
  *
  * @param array currencies The list of currencies passed by WooCommerce.
  * @return array
  */
 public function woocommerce_currencies($currencies)
 {
     return array_merge(WC_Aelia_Currencies_Manager::world_currencies(), $currencies);
 }