<?ph
 function custom_product_category_canonical() {
    if (is_product_category()) {
        $term = get_queried_object();
         if ($term && !is_wp_error($term)) {
            $canonical_url = get_term_link($term);
             if (!is_wp_error($canonical_url)) {
                echo '<link rel="canonical" href="' . esc_url($canonical_url) . '" />' . "\n";
            }
        }
    }
}
add_action('wp_head', 'custom_product_category_canonical', 1);
 /**
* Woostify
 *
 * @package woostify
 */

// Define constants.
define( 'WOOSTIFY_VERSION', '2.5.2' );
define( 'WOOSTIFY_PRO_MIN_VERSION', '1.7.2' );
define( 'WOOSTIFY_THEME_DIR', get_template_directory() . '/' );
define( 'WOOSTIFY_THEME_URI', get_template_directory_uri() . '/' );

// Woostify svgs icon.
require_once WOOSTIFY_THEME_DIR . 'inc/class-woostify-icon.php';
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://shop.digiritik.shop/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://shop.digiritik.shop/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://shop.digiritik.shop/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://shop.digiritik.shop/wp-sitemap-posts-elementskit_template-1.xml</loc></sitemap><sitemap><loc>https://shop.digiritik.shop/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://shop.digiritik.shop/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://shop.digiritik.shop/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://shop.digiritik.shop/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://shop.digiritik.shop/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
