Get the real filesystem path to a file to edit within the admin.
Parameters
$file
stringrequired- Filesystem path relative to the wp-content directory.
Source
function get_real_file_to_edit( $file ) {
_deprecated_function( __FUNCTION__, '2.9.0' );
return WP_CONTENT_DIR . $file;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.