| @@ -82,9 +82,10 @@ | ||
| 82 | 82 | |
| 83 | 83 | $item_class = $enable_click ? 'news-ticker-item' : 'news-ticker-item no-click'; |
| 84 | 84 | ?> |
| 85 | 85 | |
| 86 | -<div <?php echo $wrapper_attributes; ?>> | |
| 86 | +<div <?php echo $wrapper_attributes; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- get_block_wrapper_attributes() is properly escaped ?>> | |
| 87 | + | |
| 87 | 88 | <div class="news-ticker-wrapper"> |
| 88 | 89 | <div class="news-ticker-label" style="background-color: rgba(0, 0, 0, 0.2); color: <?php echo esc_attr( $text_color ); ?>;"> |
| 89 | 90 | <?php echo esc_html( $heading_text ); ?> |
| 90 | 91 | </div> |