HEX
Server: nginx/1.24.0
System: Linux server 6.12.74+deb13+1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.74-2 (2026-03-08) x86_64
User: www (1001)
PHP: 8.5.2
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/claudiayancor.duckdns.org/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'
    )
));