PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.2.6
ShopBuilder – WooCommerce Builder For Elementor v3.2.6
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/Models/GeneralList.php +2 -1 3.2.53.2.6 View file →
@@ -70,10 +70,11 @@
70 70 ],
71 71 'enable_optimization' => [
72 72 'id' => 'enable',
73 73 'type' => 'switch',
74 + 'value' => 'on',
74 75 'label' => esc_html__( 'Enable Asset Optimization?', 'shopbuilder' ),
75 - 'help' => esc_html__( 'Enable this option to dynamically load assets (styles, scripts) only when needed, helping to optimize your website’s performance', 'shopbuilder' ),
76 + 'help' => esc_html__( 'Enable this option to dynamically load assets (styles, scripts) only when needed, helping to optimize your website\'s performance', 'shopbuilder' ),
76 77 ],
77 78 'load_elementor_scripts' => [
78 79 'id' => 'enable',
79 80 'type' => 'switch',