get_real_file_to_edit [ WordPress Function ]
get_real_file_to_edit ( $file )
| Parameters: |
|
| Uses: |
|
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: get_link_to_edit, get_default_page_to_edit, validate_file_to_edit, get_tags_to_edit, get_term_to_edit
Get the real file system path to a file to edit within the admin
If the $file is index.php or .htaccess this function will assume it is relative to the install root, otherwise it is assumed the file is relative to the wp-content directory
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- PHPXRef 0.7 : WordPress : Detail view of file.php
get_file_description() get_home_path() get_real_file_to_edit() list_files() wp_tempnam() validate_file_to_edit() wp_handle_upload() wp_handle_upload_error() ...
phpxref.ftwr.co.uk - file.php - PHP Cross Reference of WordPress Source - Yoast
Jun 1, 2011 ... get_real_file_to_edit() list_files() wp_tempnam() validate_file_to_edit() wp_handle_upload() wp_handle_upload_error() wp_handle_sideload() ...
xref.yoast.com - Docs for page file.php
get_real_file_to_edit (line 108). Get the real file system path to a file to edit ... string get_real_file_to_edit (string $file). string $file: filesystem path relative to the ...
phpdoc.wordpress.org - <?php /* Plugin Name: Multiple content blocks Plugin URI: http ...
php'; } } } $fileToRead = validate_file_to_edit($fileToRead); $fileToRead = get_real_file_to_edit($fileToRead); //first try to read the child theme, otherwise use the ...
plugins.svn.wordpress.org