| @@ -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(); |