PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.6.0
ShopBuilder – WooCommerce Builder For Elementor v2.6.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 | resources/themes.php +0 -14 3.4.02.6.0 View file →
@@ -14,14 +14,8 @@
14 14 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/flutter-app.png' ) ),
15 15 'purchase_link' => 'https://shopbuilderwp.com/shopbuilder-apps/shopbuilder-flutter-woocommerce-mobile-app/',
16 16 ],
17 17 [
18 - 'theme_name' => 'Sbmart – Free WooCommerce WordPress Theme',
19 - 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/sbmart-theme.jpg' ) ),
20 - 'download_link' => 'https://shopbuilderwp.com/shopbuilder-themes/sbmart/',
21 - 'demo_link' => 'https://radiustheme.net/themes/sbmart/',
22 - ],
23 - [
24 18 'theme_name' => 'EasyShop - Woocommerce WordPress Theme',
25 19 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/easyshop-theme.jpg' ) ),
26 20 'purchase_link' => 'https://shopbuilderwp.com/theme/easyshop/',
27 21 'demo_link' => 'https://www.radiustheme.com/demo/shopbuilder/easyshop/',
@@ -61,14 +55,12 @@
61 55 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/omart-theme.png' ) ),
62 56 'purchase_link' => 'https://shopbuilderwp.com/theme/omart/',
63 57 'demo_link' => 'https://www.radiustheme.com/demo/shopbuilder/omart/',
64 58 ],
65 - /**
66 59 [
67 60 'theme_name' => 'More Themes are Coming Soon',
68 61 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/coming-soon.jpg' ) ),
69 62 ],
70 - */
71 63 ];
72 64
73 65 ?>
74 66 <div class="wrap rtsb-themes-wrap">
@@ -113,14 +105,8 @@
113 105
114 106 if ( ! empty( $theme['purchase_link'] ) ) {
115 107 ?>
116 108 <a href="<?php echo esc_url( $theme['purchase_link'] ); ?>" class="rtsb-button rtsb-button-purchase" target="_blank"><?php echo esc_html__( 'Buy Now', 'shopbuilder' ); ?></a>
117 - <?php
118 - }
119 -
120 - if ( ! empty( $theme['download_link'] ) ) {
121 - ?>
122 - <a href="<?php echo esc_url( $theme['download_link'] ); ?>" class="rtsb-button rtsb-button-purchase" target="_blank"><?php echo esc_html__( 'Download', 'shopbuilder' ); ?></a>
123 109 <?php
124 110 }
125 111 ?>
126 112 </div>