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