Conditions | 6 |
Paths | 6 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 42 |
Changes | 0 |
1 | <?php |
||
21 | protected function isInstalled(): bool |
||
22 | { |
||
23 | return class_exists('myCRED_Hook') |
||
24 | && class_exists('myCRED_Core') |
||
25 | && function_exists('mycred_get_post') |
||
26 | && function_exists('mycred_get_user_meta') |
||
27 | && function_exists('mycred_update_user_meta') |
||
28 | && defined('MYCRED_DEFAULT_TYPE_KEY'); |
||
29 | } |
||
31 |