path bug
-
/wp-content/ should NOT be hard coded. It is often changed by security plugins.
/uploads/ should NOT be hard coded. It can be changed by lots of functions. That’s why there’s wp_upload_dir.
The topic ‘path bug’ is closed to new replies.