| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 71 | protected function filterInterpolation() |
||
| 72 | { |
||
| 73 | add_filter( 'site-reviews/interpolate/reviews-summary', function( $context ) { |
||
| 74 | $context['class'] = 'glsr-default glsr-block-disabled'; |
||
| 75 | $context['text'] = __( 'You have hidden all of the fields for this block.', 'site-reviews' ); |
||
| 76 | return $context; |
||
| 77 | }); |
||
| 90 |