File: /var/www/javaapp.co.uk/wp-content/plugins/klaviyo/includes/wck-core-functions.php
<?php
/**
* WooCommerceKlaviyo Core Functions
*
* General core functions available on both the front-end and admin.
*
* @author Klaviyo
* @category Core
* @package WooCommerceKlaviyo/Functions
* @version 2.0.0
*/
if (! defined('ABSPATH')) {
exit; // Exit if accessed directly
}
include('wck-cart-rebuild.php');
include('wck-added-to-cart.php');
include('wck-cart-functions.php');
include('wck-viewed-product.php');