XylotrechusZ
<?php
/**
* WooCommerce functions
* Functions for check and functions for 3rd plugin.
* @package Zoo Theme
* @version 1.0.0
* @core 3.0.0
* @author Zootemplate
* @link https://www.zootemplate.com/
* @copyright Copyright (c) 2020 ZooTemplate
* @des All custom functions of WooCommerce will add at this file.
*/
include get_template_directory() . '/inc/woocommerce/woocommerce-helper.php';
include get_template_directory() . '/inc/woocommerce/woocommerce-product-settings.php';
include get_template_directory() . '/inc/woocommerce/woocommerce-ajax.php';
include get_template_directory() . '/inc/woocommerce/woocommerce-shop.php';
include get_template_directory() . '/inc/woocommerce/woocommerce-single.php';
include get_template_directory() . '/inc/woocommerce/woocommerce-cart.php';