PHP 8.2.30
Preview: wcml.cls.php Size: 932 B
//proc/thread-self/root/usr/src/litespeed-wp-plugin/6.4.1/litespeed-cache/thirdparty/wcml.cls.php

<?php
/**
 * The Third Party integration with WCML.
 *
 * @since		3.0
 */
namespace LiteSpeed\Thirdparty;

defined('WPINC') || exit();

class WCML
{
	private static $_currency = '';

	public static function detect()
	{
		if (!defined('WCML_VERSION')) {
			return;
		}

		add_filter('wcml_client_currency', __CLASS__ . '::apply_client_currency');
		add_action('wcml_set_client_currency', __CLASS__ . '::set_client_currency');
	}

	public static function set_client_currency($currency)
	{
		self::apply_client_currency($currency);

		do_action('litespeed_vary_ajax_force');
	}

	public static function apply_client_currency($currency)
	{
		if ($currency !== wcml_get_woocommerce_currency_option()) {
			self::$_currency = $currency;
			add_filter('litespeed_vary', __CLASS__ . '::apply_vary');
		}

		return $currency;
	}

	public static function apply_vary($list)
	{
		$list['wcml_currency'] = self::$_currency;
		return $list;
	}
}

Directory Contents

Dirs: 0 × Files: 30

Name Size Perms Modified Actions
1.79 KB lrw-r--r-- 2024-08-19 22:55:08
Edit Download
1.88 KB lrw-r--r-- 2024-08-19 22:55:08
Edit Download
730 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
647 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
2.32 KB lrw-r--r-- 2024-08-19 22:55:08
Edit Download
933 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
403 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
2.20 KB lrw-r--r-- 2024-08-19 22:55:08
Edit Download
1.34 KB lrw-r--r-- 2024-08-19 22:55:08
Edit Download
1.46 KB lrw-r--r-- 2024-08-19 22:55:08
Edit Download
685 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
525 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
4.64 KB lrw-r--r-- 2024-08-19 22:55:08
Edit Download
6.15 KB lrw-r--r-- 2024-08-19 22:55:08
Edit Download
659 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
875 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
509 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
645 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
932 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
594 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
23.78 KB lrw-r--r-- 2024-08-19 22:55:08
Edit Download
3.45 KB lrw-r--r-- 2024-08-19 22:55:08
Edit Download
184 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
480 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
606 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
793 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
689 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
627 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
704 B lrw-r--r-- 2024-08-19 22:55:08
Edit Download
4.32 KB lrw-r--r-- 2024-08-19 22:55:08
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).