Detect custom content and uploads folder
-
Hi!
The plugin works very well! It works perfect when I use the default wordpress content folder and the default uploads folder but I have a problem. For example: I have a site where I have some rules in the wp-config in which I define
define (‘WP_CONTENT_DIR’, ‘E:\laragon\www\mywebsite/content’);
define (‘WP_CONTENT_URL’, ‘http://mywebsite.test/content’);
define (‘UPLOADS’, ‘content/files’);When I try to restore in my local, it fails. Don’t detect those definitions. So I have to manually copy all those files to custom folders. Is there any way that this is detected automatically?
thx!
The topic ‘Detect custom content and uploads folder’ is closed to new replies.