wp_print_plugin_file_tree
- %1$s is private and should not be used in themes or plugins directly.
wp_print_plugin_file_tree ( $tree, $label = '', $level = 2, $size = 1, $index = 1 )
Access:Parameters:- (array|string) tree List of file/folder paths, or filename.
- (string) label Name of file or folder to print.
- (int) level The aria-level for the current iteration.
- (int) size The aria-setsize for the current iteration.
- (int) index The aria-posinset for the current iteration.
Defined at: - Introduced in WordPress: 4.9.0
- Deprecated in WordPress: —
Description
Outputs the formatted file list for the plugin file editor.