Syntax Syntax
Source Source
File: wp-admin/includes/noop.php
function get_file( $path ) { $path = realpath( $path ); if ( ! $path || ! @is_file( $path ) ) { return ''; } return @file_get_contents( $path ); }
Developer Resources, Tips, Tricks, Tutorials and Much more.
File: wp-admin/includes/noop.php
function get_file( $path ) { $path = realpath( $path ); if ( ! $path || ! @is_file( $path ) ) { return ''; } return @file_get_contents( $path ); }