PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.0.0
ShopBuilder – WooCommerce Builder For Elementor v3.0.0
3.4.2 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 All 63 releases
← All changes | app/Controllers/Admin/AdminInit.php +2 -6 3.4.03.0.0 View file →
@@ -65,14 +65,10 @@
65 65 * @return void
66 66 */
67 67 public function upgrade() {
68 68 Notice\Upgrade::instance();
69 - // phpcs:ignore Squiz.PHP.CommentedOutCode.Found
70 - // Notice\BFDiscount::instance();.
71 - // phpcs:ignore Squiz.PHP.CommentedOutCode.Found
72 - // Notice\BlackFridayV2::instance();.
69 + Notice\BFDiscount::instance();
73 70 Notice\Review::instance();
74 - Notice\CachePermission::instance();
75 71 }
76 72
77 73 /**
78 74 * Init.
@@ -81,9 +77,9 @@
81 77 */
82 78 public function init() {
83 79 add_action( 'admin_menu', [ $this, 'add_menu' ], 25 );
84 80 add_action( 'in_admin_header', [ $this, 'in_admin_header_functionality' ], 1000 );
85 - // PluginRow registered earlier in ShopBuilder::init() so it survives dependency failures.
81 + PluginRow::instance();
86 82 }
87 83
88 84 /**
89 85 * Add menu.