YITH Essential Kit for WooCommerce #1 - Version 1.1.7

Version Description

  • Fixed: Prevent warning
Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH Essential Kit for WooCommerce #1
Version 1.1.7
Comparing to
See all releases

Code changes from version 1.1.6 to 1.1.7

README.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
4
  Tags: woocommerce,jetpack,woocommerce jetpack, essential, kit, plugins, plugin, product, e-commerce, ecommerce, commerce, shop, yith, yit, yithemes,yith woocommerce colors and labels variations, colors and labels variations,colors and labels variations jetpack,yith woocommerce zoom magnifier,zoom magnifier,zoom magnifier jetpack,yith woocommerce wishlist,wishlist,wishlist jetpack,yith woocommerce compare,compare,compare jetpack,yith woocommerce ajax product filter,ajax product filter,ajax product filter jetpack,yith woocommerce ajax search,ajax search,ajax search jetpack,yith woocommerce catalog mode,catalog mode,catalog mode jetpack,yith woocommerce order tracking,order tracking,order tracking jetpack, yith woocommerce advanced reviews,advanced reviews,advanced reviews jetpack,yith woocommerce badges management,badges management,badges management jetpack,yith woocommerce cart messages,cart messages,cart messages jetpack,yith woocommerce review reminder,review reminder,review reminder jetpack,yith woocommerce quick view,quick view,quick view jetpack,yith live chat,live chat,live chat jetpack,yith woocommerce eu vat,eu vat,eu vat jetpack,yith woocommerce mailchimp,mailchimp,mailchimp jetpack,yith woocommerce stripe,stripe, stripe jetpack,yith infinite scrolling,infinite scrolling,infinite scrolling jetpack,yith woocommerce request a quote,request a quote,request a quote jetpack,yith woocommerce waiting list,waiting list,waiting list jetpack,yith woocommerce tab manager,tab manager,tab manager jetpack,yith woocommerce multi vendor,multi vendor,multi vendor jetpack,product vendor,products vendor,products vendor jetpack, booster for woocommerce
5
  Requires at least: 3.5.1
6
  Tested up to: 4.2.4
7
- Stable tag: 1.1.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -150,6 +150,10 @@ YITH Essential Kit for WooCommerce #1 will add a new submenu called "YITH Essent
150
 
151
  == Changelog ==
152
 
 
 
 
 
153
  = 1.1.6 =
154
 
155
  * Updated: All YITH plugins to latest version
@@ -228,4 +232,4 @@ YITH Essential Kit for WooCommerce #1 will add a new submenu called "YITH Essent
228
 
229
  == Upgrade Notice ==
230
 
231
- Last Stable Tag 1.1.6
4
  Tags: woocommerce,jetpack,woocommerce jetpack, essential, kit, plugins, plugin, product, e-commerce, ecommerce, commerce, shop, yith, yit, yithemes,yith woocommerce colors and labels variations, colors and labels variations,colors and labels variations jetpack,yith woocommerce zoom magnifier,zoom magnifier,zoom magnifier jetpack,yith woocommerce wishlist,wishlist,wishlist jetpack,yith woocommerce compare,compare,compare jetpack,yith woocommerce ajax product filter,ajax product filter,ajax product filter jetpack,yith woocommerce ajax search,ajax search,ajax search jetpack,yith woocommerce catalog mode,catalog mode,catalog mode jetpack,yith woocommerce order tracking,order tracking,order tracking jetpack, yith woocommerce advanced reviews,advanced reviews,advanced reviews jetpack,yith woocommerce badges management,badges management,badges management jetpack,yith woocommerce cart messages,cart messages,cart messages jetpack,yith woocommerce review reminder,review reminder,review reminder jetpack,yith woocommerce quick view,quick view,quick view jetpack,yith live chat,live chat,live chat jetpack,yith woocommerce eu vat,eu vat,eu vat jetpack,yith woocommerce mailchimp,mailchimp,mailchimp jetpack,yith woocommerce stripe,stripe, stripe jetpack,yith infinite scrolling,infinite scrolling,infinite scrolling jetpack,yith woocommerce request a quote,request a quote,request a quote jetpack,yith woocommerce waiting list,waiting list,waiting list jetpack,yith woocommerce tab manager,tab manager,tab manager jetpack,yith woocommerce multi vendor,multi vendor,multi vendor jetpack,product vendor,products vendor,products vendor jetpack, booster for woocommerce
5
  Requires at least: 3.5.1
6
  Tested up to: 4.2.4
7
+ Stable tag: 1.1.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
150
 
151
  == Changelog ==
152
 
153
+ = 1.1.7 =
154
+
155
+ * Fixed: Prevent warning
156
+
157
  = 1.1.6 =
158
 
159
  * Updated: All YITH plugins to latest version
232
 
233
  == Upgrade Notice ==
234
 
235
+ Last Stable Tag 1.1.7
init.php CHANGED
@@ -7,7 +7,7 @@ Text Domain: yith-essential-kit-for-woocommerce-1
7
  Domain Path: /languages/
8
  Author: YIThemes
9
  Author URI: http://yithemes.com/
10
- Version: 1.1.6
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) ) {
7
  Domain Path: /languages/
8
  Author: YIThemes
9
  Author URI: http://yithemes.com/
10
+ Version: 1.1.7
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) ) {
modules/yith-infinite-scrolling/init.php CHANGED
@@ -82,11 +82,6 @@ if ( ! defined( 'YITH_INFS_ASSETS_URL' ) ) {
82
  define( 'YITH_INFS_ASSETS_URL', YITH_INFS_URL . 'assets' );
83
  }
84
 
85
- /* Plugin Framework Version Check */
86
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_INFS_DIR . 'plugin-fw/init.php' ) ) {
87
- require_once( YITH_INFS_DIR . 'plugin-fw/init.php' );
88
- }
89
- yit_maybe_plugin_fw_loader( YITH_INFS_DIR );
90
 
91
  function yith_infs_init() {
92
 
82
  define( 'YITH_INFS_ASSETS_URL', YITH_INFS_URL . 'assets' );
83
  }
84
 
 
 
 
 
 
85
 
86
  function yith_infs_init() {
87
 
modules/yith-live-chat/init.php CHANGED
@@ -53,11 +53,6 @@ if ( !defined( 'YLC_TEMPLATE_PATH' ) ) {
53
  define( 'YLC_TEMPLATE_PATH', YLC_DIR . 'templates' );
54
  }
55
 
56
- /* Plugin Framework Version Check */
57
- if ( !function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YLC_DIR . 'plugin-fw/init.php' ) ) {
58
- require_once( YLC_DIR . 'plugin-fw/init.php' );
59
- }
60
- yit_maybe_plugin_fw_loader( YLC_DIR );
61
 
62
  function ylc_free_init() {
63
 
53
  define( 'YLC_TEMPLATE_PATH', YLC_DIR . 'templates' );
54
  }
55
 
 
 
 
 
 
56
 
57
  function ylc_free_init() {
58
 
modules/yith-woocommerce-advanced-reviews/init.php CHANGED
@@ -49,12 +49,6 @@ yith_define ( 'YITH_YWAR_TEMPLATE_PATH', YITH_YWAR_DIR . 'templates' );
49
  yith_define ( 'YITH_YWAR_TEMPLATES_DIR', YITH_YWAR_DIR . '/templates/' );
50
  yith_define ( 'YITH_YWAR_ASSETS_IMAGES_URL', YITH_YWAR_ASSETS_URL . '/images/' );
51
 
52
- /* Plugin Framework Version Check */
53
- if ( ! function_exists ( 'yit_maybe_plugin_fw_loader' ) && file_exists ( YITH_YWAR_DIR . 'plugin-fw/init.php' ) ) {
54
- require_once ( YITH_YWAR_DIR . 'plugin-fw/init.php' );
55
- }
56
- yit_maybe_plugin_fw_loader ( YITH_YWAR_DIR );
57
-
58
  function yith_ywar_init () {
59
 
60
  /**
49
  yith_define ( 'YITH_YWAR_TEMPLATES_DIR', YITH_YWAR_DIR . '/templates/' );
50
  yith_define ( 'YITH_YWAR_ASSETS_IMAGES_URL', YITH_YWAR_ASSETS_URL . '/images/' );
51
 
 
 
 
 
 
 
52
  function yith_ywar_init () {
53
 
54
  /**
modules/yith-woocommerce-ajax-navigation/init.php CHANGED
@@ -69,12 +69,6 @@ if ( defined( 'YITH_WCAN_VERSION' ) ) {
69
  ! defined( 'YITH_WCAN_FREE_INIT') && define( 'YITH_WCAN_FREE_INIT', plugin_basename( __FILE__ ) );
70
  ! defined( 'YITH_WCAN_FILE' ) && define( 'YITH_WCAN_FILE', __FILE__ );
71
 
72
- /* Plugin Framework Version Check */
73
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WCAN_DIR . 'plugin-fw/init.php' ) ) {
74
- require_once( YITH_WCAN_DIR . 'plugin-fw/init.php' );
75
- }
76
- yit_maybe_plugin_fw_loader( YITH_WCAN_DIR );
77
-
78
  /**
79
  * Init default plugin settings
80
  */
69
  ! defined( 'YITH_WCAN_FREE_INIT') && define( 'YITH_WCAN_FREE_INIT', plugin_basename( __FILE__ ) );
70
  ! defined( 'YITH_WCAN_FILE' ) && define( 'YITH_WCAN_FILE', __FILE__ );
71
 
 
 
 
 
 
 
72
  /**
73
  * Init default plugin settings
74
  */
modules/yith-woocommerce-ajax-search/init.php CHANGED
@@ -35,13 +35,6 @@ if ( ! defined( 'YITH_WCAS_DIR' ) ) {
35
  define( 'YITH_WCAS_DIR', plugin_dir_path( __FILE__ ) );
36
  }
37
 
38
- /* Plugin Framework Version Check */
39
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WCAS_DIR . 'plugin-fw/init.php' ) ) {
40
- require_once( YITH_WCAS_DIR . 'plugin-fw/init.php' );
41
- }
42
- yit_maybe_plugin_fw_loader( YITH_WCAS_DIR );
43
-
44
-
45
  if ( defined( 'YITH_WCAS_PREMIUM' ) ) {
46
  function yith_wcas_install_free_admin_notice() {
47
  ?>
35
  define( 'YITH_WCAS_DIR', plugin_dir_path( __FILE__ ) );
36
  }
37
 
 
 
 
 
 
 
 
38
  if ( defined( 'YITH_WCAS_PREMIUM' ) ) {
39
  function yith_wcas_install_free_admin_notice() {
40
  ?>
modules/yith-woocommerce-authorizenet-payment-gateway/init.php CHANGED
@@ -68,12 +68,6 @@ if ( ! defined( 'YITH_WCAUTHNET_INC' ) ) {
68
  define( 'YITH_WCAUTHNET_INC', YITH_WCAUTHNET_DIR . 'includes/' );
69
  }
70
 
71
- /* Plugin Framework Version Check */
72
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WCAUTHNET_DIR . 'plugin-fw/init.php' ) ) {
73
- require_once( YITH_WCAUTHNET_DIR . 'plugin-fw/init.php' );
74
- }
75
- yit_maybe_plugin_fw_loader( YITH_WCAUTHNET_DIR );
76
-
77
  if( ! function_exists( 'yith_wcauthnet_constructor' ) ) {
78
  function yith_wcauthnet_constructor(){
79
  load_plugin_textdomain( 'yit', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
68
  define( 'YITH_WCAUTHNET_INC', YITH_WCAUTHNET_DIR . 'includes/' );
69
  }
70
 
 
 
 
 
 
 
71
  if( ! function_exists( 'yith_wcauthnet_constructor' ) ) {
72
  function yith_wcauthnet_constructor(){
73
  load_plugin_textdomain( 'yit', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
modules/yith-woocommerce-badges-management/init.php CHANGED
@@ -122,7 +122,3 @@ function yith_wcbm_install() {
122
  }
123
  }
124
  add_action( 'plugins_loaded', 'yith_wcbm_install', 11 );
125
-
126
- /* Plugin Framework Version Check */
127
- ! function_exists( 'yit_maybe_plugin_fw_loader' ) && require_once( plugin_dir_path( __FILE__ ) . 'plugin-fw/init.php' );
128
- yit_maybe_plugin_fw_loader( plugin_dir_path( __FILE__ ) );
122
  }
123
  }
124
  add_action( 'plugins_loaded', 'yith_wcbm_install', 11 );
 
 
 
 
modules/yith-woocommerce-cart-messages/yith-cart-messages.php CHANGED
@@ -23,12 +23,6 @@ if ( ! defined( 'YITH_YWCM_DIR' ) ) {
23
  define( 'YITH_YWCM_DIR', plugin_dir_path( __FILE__ ) );
24
  }
25
 
26
- /* Plugin Framework Version Check */
27
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_YWCM_DIR . 'plugin-fw/init.php' ) ) {
28
- require_once( YITH_YWCM_DIR . 'plugin-fw/init.php' );
29
- }
30
- yit_maybe_plugin_fw_loader( YITH_YWCM_DIR );
31
-
32
 
33
  if ( defined( 'YITH_YWCM_PREMIUM' ) ) {
34
  function yith_ywcm_install_free_admin_notice() {
23
  define( 'YITH_YWCM_DIR', plugin_dir_path( __FILE__ ) );
24
  }
25
 
 
 
 
 
 
 
26
 
27
  if ( defined( 'YITH_YWCM_PREMIUM' ) ) {
28
  function yith_ywcm_install_free_admin_notice() {
modules/yith-woocommerce-catalog-mode/init.php CHANGED
@@ -61,12 +61,6 @@ if ( !defined( 'YWCTM_TEMPLATE_PATH' ) ) {
61
  define( 'YWCTM_TEMPLATE_PATH', YWCTM_DIR . 'templates/' );
62
  }
63
 
64
- /* Plugin Framework Version Check */
65
- if ( !function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YWCTM_DIR . 'plugin-fw/init.php' ) ) {
66
- require_once( YWCTM_DIR . 'plugin-fw/init.php' );
67
- }
68
- yit_maybe_plugin_fw_loader( YWCTM_DIR );
69
-
70
  function ywctm_init() {
71
 
72
  /* Load YWCTM text domain */
61
  define( 'YWCTM_TEMPLATE_PATH', YWCTM_DIR . 'templates/' );
62
  }
63
 
 
 
 
 
 
 
64
  function ywctm_init() {
65
 
66
  /* Load YWCTM text domain */
modules/yith-woocommerce-colors-labels-variations/init.php CHANGED
@@ -66,12 +66,6 @@ if ( ! defined( 'YITH_WCCL_VERSION' ) ) {
66
  define( 'YITH_WCCL_VERSION', '1.2.2' );
67
  }
68
 
69
- /* Plugin Framework Version Check */
70
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WCCL_DIR . 'plugin-fw/init.php' ) ) {
71
- require_once( YITH_WCCL_DIR . 'plugin-fw/init.php' );
72
- }
73
- yit_maybe_plugin_fw_loader( YITH_WCCL_DIR );
74
-
75
  function yith_wccl_constructor() {
76
  global $woocommerce;
77
  if ( ! isset( $woocommerce ) ) return;
66
  define( 'YITH_WCCL_VERSION', '1.2.2' );
67
  }
68
 
 
 
 
 
 
 
69
  function yith_wccl_constructor() {
70
  global $woocommerce;
71
  if ( ! isset( $woocommerce ) ) return;
modules/yith-woocommerce-compare/init.php CHANGED
@@ -83,12 +83,6 @@ if ( ! defined( 'YITH_WOOCOMPARE_ASSETS_URL' ) ) {
83
  define( 'YITH_WOOCOMPARE_ASSETS_URL', YITH_WOOCOMPARE_URL . 'assets' );
84
  }
85
 
86
- /* Plugin Framework Version Check */
87
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WOOCOMPARE_DIR . 'plugin-fw/init.php' ) ) {
88
- require_once( YITH_WOOCOMPARE_DIR . 'plugin-fw/init.php' );
89
- }
90
- yit_maybe_plugin_fw_loader( YITH_WOOCOMPARE_DIR );
91
-
92
  function yith_woocompare_constructor() {
93
 
94
  global $woocommerce;
83
  define( 'YITH_WOOCOMPARE_ASSETS_URL', YITH_WOOCOMPARE_URL . 'assets' );
84
  }
85
 
 
 
 
 
 
 
86
  function yith_woocompare_constructor() {
87
 
88
  global $woocommerce;
modules/yith-woocommerce-eu-vat/init.php CHANGED
@@ -100,12 +100,6 @@ if ( ! defined ( 'YITH_YWEV_LIB_DIR' ) ) {
100
  }
101
  //endregion
102
 
103
- /* Plugin Framework Version Check */
104
- if ( ! function_exists ( 'yit_maybe_plugin_fw_loader' ) && file_exists ( YITH_YWEV_DIR . 'plugin-fw/init.php' ) ) {
105
- require_once ( YITH_YWEV_DIR . 'plugin-fw/init.php' );
106
- }
107
- yit_maybe_plugin_fw_loader ( YITH_YWEV_DIR );
108
-
109
  function yith_ywev_init () {
110
 
111
  /**
100
  }
101
  //endregion
102
 
 
 
 
 
 
 
103
  function yith_ywev_init () {
104
 
105
  /**
modules/yith-woocommerce-mailchimp/init.php CHANGED
@@ -63,13 +63,6 @@ if ( ! defined( 'YITH_WCMC_FREE_INIT' ) ) {
63
  define( 'YITH_WCMC_FREE_INIT', plugin_basename( __FILE__ ) );
64
  }
65
 
66
- /* Plugin Framework Version Check */
67
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WCMC_DIR . 'plugin-fw/init.php' ) ) {
68
- require_once( YITH_WCMC_DIR . 'plugin-fw/init.php' );
69
- }
70
-
71
- yit_maybe_plugin_fw_loader( YITH_WCMC_DIR );
72
-
73
  if( ! function_exists( 'yith_mailchimp_constructor' ) ) {
74
  function yith_mailchimp_constructor() {
75
  load_plugin_textdomain( 'yith-wcmc', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
63
  define( 'YITH_WCMC_FREE_INIT', plugin_basename( __FILE__ ) );
64
  }
65
 
 
 
 
 
 
 
 
66
  if( ! function_exists( 'yith_mailchimp_constructor' ) ) {
67
  function yith_mailchimp_constructor() {
68
  load_plugin_textdomain( 'yith-wcmc', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
modules/yith-woocommerce-order-tracking/init.php CHANGED
@@ -92,12 +92,6 @@ if ( ! defined( 'YITH_YWOT_ASSETS_IMAGES_URL' ) ) {
92
  }
93
  //endregion
94
 
95
- /* Plugin Framework Version Check */
96
- if ( ! function_exists ( 'yit_maybe_plugin_fw_loader' ) && file_exists ( YITH_YWOT_DIR . 'plugin-fw/init.php' ) ) {
97
- require_once ( YITH_YWOT_DIR . 'plugin-fw/init.php' );
98
- }
99
- yit_maybe_plugin_fw_loader ( YITH_YWOT_DIR );
100
-
101
  function yith_ywot_init() {
102
 
103
  /**
92
  }
93
  //endregion
94
 
 
 
 
 
 
 
95
  function yith_ywot_init() {
96
 
97
  /**
modules/yith-woocommerce-product-vendors/init.php CHANGED
@@ -111,12 +111,6 @@ if ( ! function_exists( 'YITH_Vendors' ) ) {
111
  }
112
  }
113
 
114
- /* Plugin Framework Version Check */
115
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WPV_PATH . 'plugin-fw/init.php' ) ) {
116
- require_once( YITH_WPV_PATH . 'plugin-fw/init.php' );
117
- }
118
- yit_maybe_plugin_fw_loader( YITH_WPV_PATH );
119
-
120
  /**
121
  * Instance main plugin class
122
  */
111
  }
112
  }
113
 
 
 
 
 
 
 
114
  /**
115
  * Instance main plugin class
116
  */
modules/yith-woocommerce-quick-view/init.php CHANGED
@@ -90,12 +90,6 @@ if ( ! defined( 'YITH_WCQV_ASSETS_URL' ) ) {
90
  define( 'YITH_WCQV_ASSETS_URL', YITH_WCQV_URL . 'assets' );
91
  }
92
 
93
- /* Plugin Framework Version Check */
94
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WCQV_DIR . 'plugin-fw/init.php' ) ) {
95
- require_once( YITH_WCQV_DIR . 'plugin-fw/init.php' );
96
- }
97
- yit_maybe_plugin_fw_loader( YITH_WCQV_DIR );
98
-
99
  function yith_wcqv_init() {
100
 
101
  load_plugin_textdomain( 'yith-woocommerce-quick-view', false, dirname( plugin_basename( __FILE__ ) ). '/languages/' );
90
  define( 'YITH_WCQV_ASSETS_URL', YITH_WCQV_URL . 'assets' );
91
  }
92
 
 
 
 
 
 
 
93
  function yith_wcqv_init() {
94
 
95
  load_plugin_textdomain( 'yith-woocommerce-quick-view', false, dirname( plugin_basename( __FILE__ ) ). '/languages/' );
modules/yith-woocommerce-request-a-quote/yith-woocommerce-request-a-quote.php CHANGED
@@ -28,15 +28,6 @@ if ( ! defined( 'YITH_YWRAQ_DIR' ) ) {
28
  define( 'YITH_YWRAQ_DIR', plugin_dir_path( __FILE__ ) );
29
  }
30
 
31
-
32
- /* Plugin Framework Version Check */
33
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_YWRAQ_DIR . 'plugin-fw/init.php' ) ) {
34
- require_once( YITH_YWRAQ_DIR . 'plugin-fw/init.php' );
35
- }
36
- yit_maybe_plugin_fw_loader( YITH_YWRAQ_DIR );
37
-
38
-
39
-
40
  // This version can't be activate if premium version is active ________________________________________
41
  if ( defined( 'YITH_YWRAQ_PREMIUM' ) ) {
42
  function yith_ywraq_install_free_admin_notice() {
28
  define( 'YITH_YWRAQ_DIR', plugin_dir_path( __FILE__ ) );
29
  }
30
 
 
 
 
 
 
 
 
 
 
31
  // This version can't be activate if premium version is active ________________________________________
32
  if ( defined( 'YITH_YWRAQ_PREMIUM' ) ) {
33
  function yith_ywraq_install_free_admin_notice() {
modules/yith-woocommerce-review-reminder/init.php CHANGED
@@ -61,12 +61,6 @@ if ( !defined( 'YWRR_TEMPLATE_PATH' ) ) {
61
  define( 'YWRR_TEMPLATE_PATH', YWRR_DIR . 'templates/' );
62
  }
63
 
64
- /* Plugin Framework Version Check */
65
- if ( !function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YWRR_DIR . 'plugin-fw/init.php' ) ) {
66
- require_once( YWRR_DIR . 'plugin-fw/init.php' );
67
- }
68
- yit_maybe_plugin_fw_loader( YWRR_DIR );
69
-
70
  function ywrr_init() {
71
 
72
  /* Load YWRR text domain */
61
  define( 'YWRR_TEMPLATE_PATH', YWRR_DIR . 'templates/' );
62
  }
63
 
 
 
 
 
 
 
64
  function ywrr_init() {
65
 
66
  /* Load YWRR text domain */
modules/yith-woocommerce-stripe/init.php CHANGED
@@ -101,12 +101,6 @@ if ( ! defined( 'YITH_WCSTRIPE_INC' ) ) {
101
  define( 'YITH_WCSTRIPE_INC', YITH_WCSTRIPE_DIR . 'includes/' );
102
  }
103
 
104
- /* Plugin Framework Version Check */
105
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WCSTRIPE_DIR . 'plugin-fw/init.php' ) ) {
106
- require_once( YITH_WCSTRIPE_DIR . 'plugin-fw/init.php' );
107
- }
108
- yit_maybe_plugin_fw_loader( YITH_WCSTRIPE_DIR );
109
-
110
  if ( ! function_exists( 'YITH_WCStripe' ) ) {
111
  /**
112
  * Unique access to instance of YITH_WCStripe class
101
  define( 'YITH_WCSTRIPE_INC', YITH_WCSTRIPE_DIR . 'includes/' );
102
  }
103
 
 
 
 
 
 
 
104
  if ( ! function_exists( 'YITH_WCStripe' ) ) {
105
  /**
106
  * Unique access to instance of YITH_WCStripe class
modules/yith-woocommerce-tab-manager/init.php CHANGED
@@ -96,12 +96,6 @@ if ( !defined( 'YWTM_INC' ) ) {
96
  define( 'YWTM_INC', YWTM_DIR . 'includes/' );
97
  }
98
 
99
- /* Plugin Framework Version Check */
100
- if( !function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YWTM_DIR . 'plugin-fw/init.php' ) ) {
101
- require_once(YWTM_DIR . 'plugin-fw/init.php');
102
- }
103
- yit_maybe_plugin_fw_loader( YWTM_DIR );
104
-
105
  if ( ! function_exists( 'YITH_Tab_Manager_Init' ) ) {
106
  /**
107
  * Unique access to instance of YITH_Tab_Manager class
96
  define( 'YWTM_INC', YWTM_DIR . 'includes/' );
97
  }
98
 
 
 
 
 
 
 
99
  if ( ! function_exists( 'YITH_Tab_Manager_Init' ) ) {
100
  /**
101
  * Unique access to instance of YITH_Tab_Manager class
modules/yith-woocommerce-waiting-list/init.php CHANGED
@@ -98,12 +98,6 @@ if ( ! defined( 'YITH_WCWTL_META' ) ) {
98
  define( 'YITH_WCWTL_META', '_yith_wcwtl_users_list' );
99
  }
100
 
101
- /* Plugin Framework Version Check */
102
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WCWTL_DIR . 'plugin-fw/init.php' ) ) {
103
- require_once( YITH_WCWTL_DIR . 'plugin-fw/init.php' );
104
- }
105
- yit_maybe_plugin_fw_loader( YITH_WCWTL_DIR );
106
-
107
  function yith_wcwtl_init() {
108
 
109
  load_plugin_textdomain( 'yith-woocommerce-waiting-list', false, dirname( plugin_basename( __FILE__ ) ). '/languages/' );
98
  define( 'YITH_WCWTL_META', '_yith_wcwtl_users_list' );
99
  }
100
 
 
 
 
 
 
 
101
  function yith_wcwtl_init() {
102
 
103
  load_plugin_textdomain( 'yith-woocommerce-waiting-list', false, dirname( plugin_basename( __FILE__ ) ). '/languages/' );
modules/yith-woocommerce-wishlist/init.php CHANGED
@@ -70,13 +70,6 @@ if ( ! defined( 'YITH_WCWL_FREE_INIT' ) ) {
70
  define( 'YITH_WCWL_FREE_INIT', plugin_basename( __FILE__ ) );
71
  }
72
 
73
- /* Plugin Framework Version Check */
74
- if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WCWL_DIR . 'plugin-fw/init.php' ) ) {
75
- require_once( YITH_WCWL_DIR . 'plugin-fw/init.php' );
76
- }
77
-
78
- yit_maybe_plugin_fw_loader( YITH_WCWL_DIR );
79
-
80
  if( ! function_exists( 'yith_wishlist_constructor' ) ) {
81
  function yith_wishlist_constructor() {
82
 
70
  define( 'YITH_WCWL_FREE_INIT', plugin_basename( __FILE__ ) );
71
  }
72
 
 
 
 
 
 
 
 
73
  if( ! function_exists( 'yith_wishlist_constructor' ) ) {
74
  function yith_wishlist_constructor() {
75
 
modules/yith-woocommerce-zoom-magnifier/init.php CHANGED
@@ -98,13 +98,6 @@ if ( ! defined( 'YITH_YWZM_LIB_DIR' ) ) {
98
 
99
  //endregion
100
 
101
- /* Plugin Framework Version Check */
102
- if ( ! function_exists ( 'yit_maybe_plugin_fw_loader' ) && file_exists ( YITH_YWZM_DIR . 'plugin-fw/init.php' ) ) {
103
- require_once ( YITH_YWZM_DIR . 'plugin-fw/init.php' );
104
- }
105
- yit_maybe_plugin_fw_loader ( YITH_YWZM_DIR );
106
-
107
-
108
  function yith_ywzm_init() {
109
 
110
  /**
98
 
99
  //endregion
100
 
 
 
 
 
 
 
 
101
  function yith_ywzm_init() {
102
 
103
  /**