whoami7 - Manager
:
/
home
/
dataiclx
/
vielorbe.com
/
wp-content
/
themes
/
glowing
/
inc
/
elementor
/
Upload File:
files >> //home/dataiclx/vielorbe.com/wp-content/themes/glowing/inc/elementor/shop.class.php
<?php // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } if ( ! class_exists( 'GLOWING_ELEMENTOR_SHOP' ) ) { class GLOWING_ELEMENTOR_SHOP { private static $_instance; public static function getInstance() { if ( self::$_instance == null ) { self::$_instance = new self(); } return self::$_instance; } public function init() { //add_filter( 'g5shop_elementor_product_skins', array( $this, 'change_product_skins' ) ); } public function change_product_skins( $config ) { /*$config['skin-04'] = array( 'label' => esc_html__( 'Skin 04', 'glowing' ), 'priority' => 40, ); return $config;*/ } } }
Copyright ©2021 || Defacer Indonesia