PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.5.0
ShopBuilder – WooCommerce Builder For Elementor v2.5.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 +3 -3 2.4.22.5.0 View file →
@@ -57,10 +57,10 @@
57 57 * @return void
58 58 */
59 59 public function upgrade() {
60 60 Notice\Upgrade::instance();
61 + Notice\BFDiscount::instance();
61 62 Notice\Review::instance();
62 - Notice\BFDiscount::instance();
63 63 }
64 64
65 65 public function init() {
66 66 add_action( 'admin_menu', [ $this, 'add_menu' ], 25 );
@@ -95,10 +95,10 @@
95 95 [ $this, 'get_help_page' ],
96 96 );
97 97 add_submenu_page(
98 98 self::MENU_PAGE_SLUG,
99 - esc_html__( 'Themes', 'shopbuilder' ),
100 - esc_html__( 'Themes', 'shopbuilder' ),
99 + esc_html__( 'Themes & Apps', 'shopbuilder' ),
100 + esc_html__( 'Themes & Apps', 'shopbuilder' ),
101 101 self::MENU_CAPABILITY,
102 102 'rtsb-themes',
103 103 [ $this, 'get_themes_page' ],
104 104 );