Uname: Linux premium193.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.34 [ PHP INFO ] PHP os: Linux
Server Ip: 192.64.117.120
Your Ip: 216.73.216.119
User: mercnlgf (820) | Group: mercnlgf (812)
Safe Mode: OFF
Disable Function:
NONE

name : woocommerce.php
<?php

if ( !function_exists( 'envo_extra_product_categories' ) ) {

	function envo_extra_product_categories() {

		if ( get_theme_mod( 'woo_archive_product_categories', 1 ) == 1 ) {
			global $product;

			$name	 = '';
			$id		 = $product->get_id();
			$cat_ids = $product->get_category_ids();

			// if product has categories, concatenate cart item name with them
			if ( $cat_ids ) {
				$name = wc_get_product_category_list( $id, ', ', '<div class="archive-product-categories">', '</div>' );
			}

			echo wp_kses_post( $name );
		}
	}

	add_action( 'woocommerce_after_shop_loop_item_title', 'envo_extra_product_categories', 1 );
}
© 2026 MAINHACK