public static function get_basket_items_types()
 {
     self::$item_types = array('post' => 'core', 'string' => 'core', 'package' => 'custom');
     return apply_filters('wpml_tm_basket_items_types', self::$item_types);
 }