Hard-coded download path
-
I’m about to rearrange my folder structure and I’m grep’ing through plugins logging for possible problems with hard-coded references to wp-content and such.
This won’t be an issue for my install, but you might want to recode this with get_template_directory()
Also, I’ve found it good to move logs or other generated files from the plugin folder to the uploads directory. In a secured installation, we don’t allow write access to the plugins folder.
- The topic ‘Hard-coded download path’ is closed to new replies.