How can I add a method to create files when in theme-editor.php
This is a concept of my goal I want to be able to create files in the current opened directory by entering the complete file name and and extension in a text field, click create and use the AJAX process to run the file_put_contents() method. I haven’t tried any coding methods as I do not … Read more