How to add a new currency

Here is our list of currency, and if you can’t find your currency in our list, please follow these steps:

  1. Access your WordPress installation via FTP or file manager.
  2. Navigate to the theme folder, which is located at wp-content/themes/traveler/inc for the Classic Layout or wp-content/themes/traveler/inc/layouts/modern/ for the Modern Layout.
  3. Locate the travel-helper.php file and open it for editing.
  4. Look for the array declaration at line 72(or the appropriate line based on your theme version) which is below this code .elf::$all_currency = [
  5. Add a new currency code and name to the array using the following format: ‘Currency Code’ => ‘Currency Name’.
  6. Save change to the file and close it.
				
					'TND'   => 'Tunisian Dinar',
				
			
Service FAQ Image 56
Service FAQ Image 57

$55