_get_template_edit_filename [ WordPress Function ]
_get_template_edit_filename ( $fullpath, $containingfolder )
| Access: |
|
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: get_template_directory, get_template_part, get_template, _preview_theme_template_filter, get_term_to_edit
Tidies a filename for url display by the theme editor.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- wp-admin/theme-editor.php source
Aug 19, 2010 ... strpos( $template_file, $template_dir ) ) { 176 $template_mapping[ $description ] = array( _get_template_edit_filename($template_file, ...
phpxref.com - PHPXRef 0.7 : WordPress : /wp-admin/includes/theme.php source
... theme parent folder 95 * @return string 96 */ 97 function _get_template_edit_filename($fullpath, $containingfolder) { 98 return str_replace (dirname(dirname( ...
phpxref.ftwr.co.uk - php /** * WordPress Theme Administration API - WordPress SVN
... @return string */ function _get_template_edit_filename($fullpath, $ containingfolder) { return str_replace(dirname(dirname( $containingfolder )) , '', $ fullpath); } ...
core.svn.wordpress.org - wp-admin/theme-editor.php source - yukei.net
... 194 $template_mapping[ $description ] = array( _get_template_edit_filename( $template_file, $template_dir), $filedesc ); 195 } 196 ksort( $template_mapping ) ...
lab.yukei.net