PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.2.3
ShopBuilder – WooCommerce Builder For Elementor v3.2.3
3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.3.0 All 62 releases
← All changes | app/Controllers/Admin/AdminInit.php +2 -1 3.2.23.2.3 View file →
@@ -67,9 +67,10 @@
67 67 public function upgrade() {
68 68 Notice\Upgrade::instance();
69 69 // phpcs:ignore Squiz.PHP.CommentedOutCode.Found
70 70 // Notice\BFDiscount::instance();.
71 - Notice\BlackFridayV2::instance();
71 + // phpcs:ignore Squiz.PHP.CommentedOutCode.Found
72 + // Notice\BlackFridayV2::instance();.
72 73 Notice\Review::instance();
73 74 }
74 75
75 76 /**