Conditions | 2 |
Paths | 2 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 6 |
Changes | 0 |
1 | <?php |
||
9 | public function run(): void |
||
10 | { |
||
11 | if (!$this->isInstalled()) { |
||
12 | return; |
||
13 | } |
||
14 | $this->hook(Controller::class, [ |
||
15 | ['filterHooks', 'mycred_setup_hooks'], |
||
16 | ['filterReferences', 'mycred_all_references'], |
||
17 | ['filterWooreviewHook', 'mycred_setup_hooks', 100], // run after WooCommerce Product Reviews hook |
||
18 | ]); |
||
31 |