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