This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return array( | |
'EUR' => [ 'Euro', '€' ], | |
'USD' => [ 'US dollar', '$' ], | |
'JPY' => [ 'Japanese yen', '¥' ], | |
'BGN' => [ 'Bulgarian lev', 'лв.' ], | |
'CZK' => [ 'Czech koruna', 'Kč' ], | |
'DKK' => [ 'Danish krone', 'DKK' ], | |
'GBP' => [ 'Pound sterling', '£' ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return [ | |
'AED' => 'د.إ', | |
'AFN' => '؋', | |
'ALL' => 'L', | |
'AMD' => 'AMD', | |
'ANG' => 'ƒ', | |
'AOA' => 'Kz', | |
'ARS' => '$', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*----------------------------------------------------------- | |
- Name: Options Widget | |
- Description: Test SMK Toolkit | |
- Version: 1.0 | |
-------------------------------------------------------------*/ | |
if( ! class_exists('Options_Widget') && class_exists('SMK_Toolkit_Widget') ) { | |
class Options_Widget extends SMK_Toolkit_Widget { | |
/*----------------------------------------------------------- |
NewerOlder