How to see files in directories in “Edit Themes” screen
There is not a way to do this without modifying the core. You should see .php files that are in subdirectories, but you won’t see anything above the root theme directory for .css files, and you won’t see any JavaScript files. If you take a look at wp-admin/theme-editor.php, the relevant lines are… <?php $allowed_files = … Read more