| @@ -202,9 +202,9 @@ | ||
| 202 | 202 | Utils::print_unescaped_internal_string( $negative ? 'true' : 'false' ); |
| 203 | 203 | ?>"> |
| 204 | 204 | <?php |
| 205 | 205 | // PHPCS - The file content is being read from a strict file path structure. |
| 206 | - echo file_get_contents( $shape_path ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped | |
| 206 | + echo Utils::file_get_contents( $shape_path ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped | |
| 207 | 207 | ?> |
| 208 | 208 | </div> |
| 209 | 209 | <?php |
| 210 | 210 | } |