HEX
Server: LiteSpeed
System: Linux linux31.centraldnserver.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: salamatk (1501)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/salamatk/takarzan.ir/wp-content/themes/xts-luman/woocommerce/content-product-cat-default.php
<?php
/**
 * Default product categories hover template
 *
 * @package xts
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Direct access not allowed.
}

?>

<?php
/**
 * Hook: woocommerce_before_subcategory
 *
 * @hooked woocommerce_template_loop_category_link_open - 10
 */
do_action( 'woocommerce_before_subcategory', $category );
?>

	<div class="xts-cat-thumbnail">
		<a href="<?php echo esc_url( get_term_link( $category, 'product_cat' ) ); ?>" class="xts-cat-link xts-fill"></a>

		<?php
		/**
		 * Hook: woocommerce_before_subcategory_title
		 *
		 * @hooked woocommerce_subcategory_thumbnail - 10
		 */
		do_action( 'woocommerce_before_subcategory_title', $category );
		?>
	</div>

	<div class="xts-cat-content">
		<?php
		/**
		 * Hook: woocommerce_shop_loop_subcategory_title
		 *
		 * @hooked woocommerce_template_loop_category_title - 10
		 */
		do_action( 'woocommerce_shop_loop_subcategory_title', $category );
		?>

		<?php
		/**
		 * Hook: woocommerce_after_subcategory_title
		 */
		do_action( 'woocommerce_after_subcategory_title', $category );
		?>
	</div>

<?php
/**
 * Hook: woocommerce_after_subcategory
 *
 * @hooked woocommerce_template_loop_category_link_close - 10
 */
do_action( 'woocommerce_after_subcategory', $category );
?>