Conditions | 2 |
Paths | 2 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 6 |
Changes | 0 |
1 | <?php |
||
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 | } |
||
35 |