| @@ -1572,9 +1572,9 @@ | ||
| 1572 | 1572 | Utils::print_unescaped_internal_string( $negative ? 'true' : 'false' ); |
| 1573 | 1573 | ?>"> |
| 1574 | 1574 | <?php |
| 1575 | 1575 | // PHPCS - The file content is being read from a strict file path structure. |
| 1576 | - echo file_get_contents( $shape_path ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped | |
| 1576 | + echo Utils::file_get_contents( $shape_path ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped | |
| 1577 | 1577 | ?> |
| 1578 | 1578 | </div> |
| 1579 | 1579 | <?php |
| 1580 | 1580 | } |