PluginProbe
Elementor Website Builder – more than just a page builder / 3.6.7
Elementor Website Builder – more than just a page builder v3.6.7
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | includes/elements/section.php +1 -1 3.6.63.6.7 View file →
@@ -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 }