_get_template_edit_filename [ WordPress Function ]
_get_template_edit_filename ( $fullpath, $containingfolder )
| Access: |
|
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: 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 ]
Top Google zoekresultaten
- 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_unique_filename() WordPress function reference, arguments ...
... wp_unique_term_slug() · _wp_filter_build_unique_id() ...filename... _get_template_edit_filename() · created R powered WP, HC, BS hosted LW.
queryposts.com