HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux aritmodecarnaval.es 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/www/torresncgolf/wp-content/plugins/ninja-forms/includes/Config/Currency.php
<?php if ( ! defined( 'ABSPATH' ) ) exit;

return apply_filters( 'ninja_forms_currency', array(
    'AUD' => array(
        'label' => esc_attr__( 'Australian Dollars', 'ninja-forms' ),
        'value' => 'AUD'
    ),
    'CAD' => array(
        'label' => esc_attr__( 'Canadian Dollars', 'ninja-forms' ),
        'value' => 'CAD'
    ),
    'CZK' => array(
        'label' => esc_attr__( 'Czech Koruna', 'ninja-forms' ),
        'value' => 'CZK'
    ),
    'DKK' => array(
        'label' => esc_attr__( 'Danish Krone', 'ninja-forms' ),
        'value' => 'DKK'
    ),
    'EUR' => array(
        'label' => esc_attr__( 'Euros', 'ninja-forms' ),
        'value' => 'EUR'
    ),
    'HKD' => array(
        'label' => esc_attr__( 'Hong Kong Dollars', 'ninja-forms' ),
        'value' => 'HKD'
    ),
    'HUF' => array(
        'label' => esc_attr__( 'Hungarian Forints', 'ninja-forms' ),
        'value' => 'HUF'
    ),
    'ILS' => array(
        'label' => esc_attr__( 'Israeli New Sheqels', 'ninja-forms' ),
        'value' => 'ILS'
    ),
    'JPY' => array(
        'label' => esc_attr__( 'Japanese Yen', 'ninja-forms' ),
        'value' => 'JPY'
    ),
    'MXN' => array(
        'label' => esc_attr__( 'Mexican Pesos', 'ninja-forms' ),
        'value' => 'MXN'
    ),
    'MYR' => array(
        'label' => esc_attr__( 'Malaysian Ringgit', 'ninja-forms' ),
        'value' => 'MYR'
    ),
    'NOK' => array(
        'label' => esc_attr__( 'Norwegian Krone', 'ninja-forms' ),
        'value' => 'NOK'
    ),
    'NZD' => array(
        'label' => esc_attr__( 'New Zealand Dollars', 'ninja-forms' ),
        'value' => 'NZD'
    ),
    'PHP' => array(
        'label' => esc_attr__( 'Philippine Pesos', 'ninja-forms' ),
        'value' => 'PHP'
    ),
    'PLN' => array(
        'label' => esc_attr__( 'Polish Zloty', 'ninja-forms' ),
        'value' => 'PLN'
    ),
    'GBP' => array(
        'label' => esc_attr__( 'British Pounds Sterling', 'ninja-forms' ),
        'value' => 'GBP'
    ),
    'SGD' => array(
        'label' => esc_attr__( 'Singapore Dollars', 'ninja-forms' ),
        'value' => 'SGD'
    ),
    'SEK' => array(
        'label' => esc_attr__( 'Swedish Krona', 'ninja-forms' ),
        'value' => 'SEK'
    ),
    'CHF' => array(
        'label' => esc_attr__( 'Swiss Franc', 'ninja-forms' ),
        'value' => 'CHF'
    ),
    'TWD' => array(
        'label' => esc_attr__( 'Taiwan New Dollars', 'ninja-forms' ),
        'value' => 'TWD'
    ),
    'THB' => array(
        'label' => esc_attr__( 'Thai Baht', 'ninja-forms' ),
        'value' => 'THB'
    ),
    'USD' => array(
        'label' => esc_attr__( 'U.S. Dollars', 'ninja-forms' ),
        'value' => 'USD'
    ),
    'ZAR' => array(
        'label' => esc_attr__( 'South African Rand', 'ninja-forms' ),
        'value' => 'ZAR'
    ),
	'INR' => array(
		'label' => esc_attr__( 'Indian Rupee', 'ninja-forms' ),
		'value' => 'INR'
    ),
    'RUB' => array(
        'label' => esc_attr__( 'Russian Ruble', 'ninja-forms' ),
        'value' => 'RUB'
    ),
    'CNY' => array(
        'label' => esc_attr__( 'Chinese Yuan', 'ninja-forms' ),
        'value' => 'CNY'
    )
));