HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
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,
Upload Files
File: /var/www/html/ielts-store/wp-content/plugins/woo-multi-currency/includes/define.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
define( 'WOOMULTI_CURRENCY_F_DIR', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . 'woo-multi-currency' . DIRECTORY_SEPARATOR );
define( 'WOOMULTI_CURRENCY_F_ADMIN', WOOMULTI_CURRENCY_F_DIR . "admin" . DIRECTORY_SEPARATOR );
define( 'WOOMULTI_CURRENCY_F_TEMPLATES', WOOMULTI_CURRENCY_F_DIR . "templates" . DIRECTORY_SEPARATOR );
define( 'WOOMULTI_CURRENCY_F_FRONTEND', WOOMULTI_CURRENCY_F_DIR . "frontend" . DIRECTORY_SEPARATOR );
define( 'WOOMULTI_CURRENCY_F_WIDGETS', WOOMULTI_CURRENCY_F_FRONTEND . "widgets" . DIRECTORY_SEPARATOR );
define( 'WOOMULTI_CURRENCY_F_LANGUAGES', WOOMULTI_CURRENCY_F_DIR . "languages" . DIRECTORY_SEPARATOR );
define( 'WOOMULTI_CURRENCY_F_INCLUDES', WOOMULTI_CURRENCY_F_DIR . "includes" . DIRECTORY_SEPARATOR );
define( 'WOOMULTI_CURRENCY_F_PLUGINS', WOOMULTI_CURRENCY_F_DIR . "plugins" . DIRECTORY_SEPARATOR );
$plugin_url = plugins_url( 'woo-multi-currency' );
//$plugin_url = plugins_url( '',__FILE__ );
$plugin_url = str_replace( '/includes', '', $plugin_url );
define( 'WOOMULTI_CURRENCY_F_CSS', $plugin_url . "/css/" );
define( 'WOOMULTI_CURRENCY_F_CSS_DIR', WOOMULTI_CURRENCY_F_DIR . "css" . DIRECTORY_SEPARATOR );
define( 'WOOMULTI_CURRENCY_F_JS', $plugin_url . "/js/" );
define( 'WOOMULTI_CURRENCY_F_JS_DIR', WOOMULTI_CURRENCY_F_DIR . "js" . DIRECTORY_SEPARATOR );
define( 'WOOMULTI_CURRENCY_F_IMAGES', $plugin_url . "/images/" );
define( 'WOOMULTI_CURRENCY_F_FLAG', WOOMULTI_CURRENCY_F_IMAGES . "flag/" );


/*Include functions file*/
if ( is_file( WOOMULTI_CURRENCY_F_INCLUDES . "data.php" ) ) {
	require_once WOOMULTI_CURRENCY_F_INCLUDES . "data.php";
}

if ( is_file( WOOMULTI_CURRENCY_F_INCLUDES . "functions.php" ) ) {
	require_once WOOMULTI_CURRENCY_F_INCLUDES . "functions.php";
}

if ( is_file( WOOMULTI_CURRENCY_F_INCLUDES . "support.php" ) ) {
	require_once WOOMULTI_CURRENCY_F_INCLUDES . "support.php";
}

if ( is_file( WOOMULTI_CURRENCY_F_INCLUDES . "elementor/elementor.php" ) ) {
	require_once WOOMULTI_CURRENCY_F_INCLUDES . "elementor/elementor.php";
}

vi_include_folder( WOOMULTI_CURRENCY_F_ADMIN, 'WOOMULTI_CURRENCY_F_Admin_' );
vi_include_folder( WOOMULTI_CURRENCY_F_WIDGETS, 'WOOMULTI_CURRENCY_F_Widget_' );
vi_include_folder( WOOMULTI_CURRENCY_F_FRONTEND, 'WOOMULTI_CURRENCY_F_Frontend_' );
vi_include_folder( WOOMULTI_CURRENCY_F_PLUGINS, 'WOOMULTI_CURRENCY_F_Plugin_' );

if ( class_exists( 'VillaTheme_Support' ) ) {
	new VillaTheme_Support(
		array(
			'support'   => 'https://wordpress.org/support/plugin/woo-multi-currency/',
			'docs'      => 'http://docs.villatheme.com/?item=woocommerce-multi-currency',
			'review'    => 'https://wordpress.org/support/plugin/woo-multi-currency/reviews/?rate=5#rate-response',
			'pro_url'   => 'https://1.envato.market/jABDP',
			'css'       => WOOMULTI_CURRENCY_F_CSS,
			'image'     => WOOMULTI_CURRENCY_F_IMAGES,
			'slug'      => 'woo-multi-currency',
			'menu_slug' => 'woo-multi-currency',
			'version'   => WOOMULTI_CURRENCY_F_VERSION
		)
	);
}