PluginProbe
Elementor Website Builder – more than just a page builder / 3.20.2
Elementor Website Builder – more than just a page builder v3.20.2
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/utils.php +1 -1 3.20.13.20.2 View file →
@@ -808,9 +808,9 @@
808 808 * @param mixed ...$args
809 809 * @return false|string
810 810 */
811 811 public static function file_get_contents( $file, ...$args ) {
812 - if ( realpath( $file ) === false || ! is_file( $file ) || ! is_readable( $file ) ) {
812 + if ( ! is_file( $file ) || ! is_readable( $file ) ) {
813 813 return false;
814 814 }
815 815
816 816 return file_get_contents( $file, ...$args );