function YITH_Product_Slider_Type()
 {
     if (!defined('YWCPS_PREMIUM')) {
         return YITH_Product_Slider_Type::get_instance();
     } else {
         return YITH_Product_Slider_Type_Premium::get_instance();
     }
 }