Conditions | 2 |
Paths | 2 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 6 |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
9 | public function run(): void |
||
10 | { |
||
11 | if (!$this->isInstalled()) { |
||
12 | return; |
||
13 | } |
||
14 | $this->hook(Controller::class, [ |
||
15 | ['filterProductRatingHtml', 'jet-woo-builder/template-functions/product-rating'], |
||
16 | ['modifyWidgetControls', 'elementor/widget/jet-woo-products/skins_init'], |
||
17 | ['modifyWidgetControls', 'elementor/widget/jet-woo-products-list/skins_init'], |
||
18 | ]); |
||
26 |