PluginProbe
ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution with eCommerce Templates & Woo Widgets / 2.2.1
ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution with eCommerce Templates & Woo Widgets v2.2.1
4.9.5 4.9.4 4.9.3 4.9.2 4.9.1 4.9.0 2.0.0 2.1.0 2.2.0 2.2.1 2.2.2 2.3.0 2.4.0 2.5.0 2.5.1 3.0.0 3.1.0 3.1.1 4.0.0 4.0.1 4.1.0 4.1.1 4.2.0 4.2.1 4.3.0 All 85 releases
← All changes | plugin.php +1 -9 2.4.02.2.1 View file →
@@ -6,9 +6,8 @@
6 6 use ShopEngine\Core\Builders\Base;
7 7 use ShopEngine\Core\Query_Modifier;
8 8 use ShopEngine\Core\Template_Cpt;
9 9 use ShopEngine\Libs\License\License_Route;
10 -use ShopEngine\Libs\Rating\Rating;
11 10 use ShopEngine\Libs\Updater\Init as Updater;
12 11 use ShopEngine\Modules\Manifest as Module_Manifest;
13 12 use ShopEngine\Widgets\Manifest;
14 13
@@ -169,18 +168,11 @@
169 168 add_theme_support('wc-product-gallery-lightbox');
170 169 add_theme_support('wc-product-gallery-slider');
171 170 }
172 171
172 +
173 173 #Registering new post-type & etc
174 174 Base::instance()->init();
175 -
176 - Rating::instance('shopengine')
177 - ->set_plugin( 'ShopEngine', 'https://wpmet.com/wordpress.org/rating/shopengine' )
178 - ->set_plugin_logo( 'https://ps.w.org/shopengine/assets/icon-256x256.gif?rev=2505061', 'width:150px !important' )
179 - ->set_priority( 10 )
180 - ->set_first_appear_day( 7 )
181 - ->set_condition( true )
182 - ->call();
183 175
184 176 \ShopEngine\Core\Settings\Base::instance()->init();
185 177
186 178 new Libs\Select_Api\Base();