| @@ -198,10 +198,9 @@ | ||
| 198 | 198 | return; |
| 199 | 199 | } |
| 200 | 200 | ?> |
| 201 | 201 | <div class="elementor-shape elementor-shape-<?php echo esc_attr( $side ); ?>" data-negative="<?php |
| 202 | - // PHPCS - the variable $negative is getting a setting value with a strict structure. | |
| 203 | - echo var_export( $negative ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped | |
| 202 | + Utils::print_unescaped_internal_string( $negative ? 'true' : 'false' ); | |
| 204 | 203 | ?>"> |
| 205 | 204 | <?php |
| 206 | 205 | // PHPCS - The file content is being read from a strict file path structure. |
| 207 | 206 | echo file_get_contents( $shape_path ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped |