apply_client_currency( $currency ); LiteSpeed_Cache_API::force_vary(); } function apply_client_currency( $currency ) { LiteSpeed_Cache_API::vary( 'wcml_currency', $currency, get_option( 'woocommerce_currency' ) ); return $currency; } }