Total Complexity | 7 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
7 | class Hooks extends IntegrationHooks |
||
8 | { |
||
9 | public function run(): void |
||
21 | ]); |
||
22 | } |
||
23 | |||
24 | protected function isEnabled(): bool |
||
25 | { |
||
26 | return $this->isInstalled() |
||
27 | && 'yes' === get_option(\LPFW()->Plugin_Constants->EARN_ACTION_PRODUCT_REVIEW, 'yes'); |
||
1 ignored issue
–
show
|
|||
28 | } |
||
29 | |||
30 | protected function isInstalled(): bool |
||
33 | } |
||
34 | } |
||
35 |