Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
9 | protected function hideOptions() { |
||
10 | return [ |
||
11 | 'title' => __( 'Hide the title', 'site-reviews' ), |
||
12 | 'rating' => __( 'Hide the rating', 'site-reviews' ), |
||
13 | 'date' => __( 'Hide the date', 'site-reviews' ), |
||
14 | 'assigned_to' => __( 'Hide the assigned to link (if shown)', 'site-reviews' ), |
||
15 | 'content' => __( 'Hide the content', 'site-reviews' ), |
||
16 | 'avatar' => __( 'Hide the avatar (if shown)', 'site-reviews' ), |
||
17 | 'author' => __( 'Hide the author', 'site-reviews' ), |
||
18 | 'response' => __( 'Hide the response', 'site-reviews' ), |
||
19 | ]; |
||
22 |