Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 7 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
7 | 1 | protected function hideOptions() |
|
8 | { |
||
9 | return [ |
||
10 | 1 | 'rating' => __('Hide the rating field', 'site-reviews'), |
|
11 | 1 | 'title' => __('Hide the title field', 'site-reviews'), |
|
12 | 1 | 'content' => __('Hide the review field', 'site-reviews'), |
|
13 | 1 | 'name' => __('Hide the name field', 'site-reviews'), |
|
14 | 1 | 'email' => __('Hide the email field', 'site-reviews'), |
|
15 | 1 | 'terms' => __('Hide the terms field', 'site-reviews'), |
|
16 | ]; |
||
33 |