golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/shopengine-pro/modules/currency-switcher
⬆️ Go Up
Upload
File/Folder
Size
Actions
base
-
Del
OK
currency-providers.php
174 B
Del
OK
currency-switcher.php
1.09 KB
Del
OK
providers
-
Del
OK
route.php
2.75 KB
Del
OK
Edit: currency-providers.php
<?php namespace ShopEngine_Pro\Modules\Currency_Switcher; abstract class Currency_Providers { abstract function get_name(); abstract function get_currencies($settings); }
Save