HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/lacalita/wp-content/plugins/rey-core/inc/woocommerce/loop-skins/default-skin.php
<?php
namespace ReyCore\WooCommerce\LoopSkins;

if (!defined('ABSPATH')) exit; // Exit if accessed directly

class DefaultSkin extends Skin
{

	public function __construct()
	{
		parent::__construct();
	}

	public function get_id(){
		return 'default';
	}

	public function get_name(){
		return esc_html__('Default', 'rey-core');
	}

	/**
	 * Exclusion template
	 */
	// function exclude_components( $components ){
	// 	unset($components['brands']);
	// 	unset($components['wishlist']);
	// 	return $components;
	// }

}