Conditions | 1 |
Paths | 1 |
Total Lines | 21 |
Code Lines | 19 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
52 | 8 | protected function defaults() |
|
53 | { |
||
54 | return [ |
||
55 | 8 | 'assigned_posts' => '', |
|
56 | 'assigned_terms' => '', |
||
57 | 'assigned_users' => '', |
||
58 | 'class' => '', |
||
59 | 'display' => 5, |
||
60 | 'debug' => false, |
||
61 | 'fallback' => '', |
||
62 | 'hide' => [], |
||
63 | 'id' => '', |
||
64 | 'offset' => '', |
||
65 | 'page' => 1, |
||
66 | 'pagination' => false, |
||
67 | 'rating' => 0, |
||
68 | 'rating_field' => 'rating', // used for custom rating fields |
||
69 | 'schema' => false, |
||
70 | 'terms' => '', |
||
71 | 'title' => '', |
||
72 | 'type' => 'local', |
||
73 | ]; |
||
90 |