Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
9 | 1 | protected function hideOptions() { |
|
10 | return [ |
||
11 | 1 | 'rating' => __( 'Hide the rating', 'site-reviews' ), |
|
12 | 1 | 'stars' => __( 'Hide the stars', 'site-reviews' ), |
|
13 | 1 | 'summary' => __( 'Hide the summary', 'site-reviews' ), |
|
14 | 1 | 'bars' => __( 'Hide the percentage bars', 'site-reviews' ), |
|
15 | 1 | 'if_empty' => __( 'Hide if no reviews are found', 'site-reviews' ), |
|
16 | ]; |
||
19 |