- This topic has 2 replies, 3 voices, and was last updated 5 years by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in and have valid license to reply to this topic.
Landing › How can we help? › General › Feedback & Suggestions › Please use correct Directory Definitions for "Uploads" & "Plugins"
Landing › How can we help? › General › Feedback & Suggestions › Please use correct Directory Definitions for "Uploads" & "Plugins"
Framework/redux files use "WP_CONTENT_DIR" as the base for the path to the plugin & uploads directories:
class.redux_filesystem.php
class.redux_helpers.php
framework.php
Please use the correct path definitions "WP_PLUGIN_DIR" & "UPLOADS"
https://codex.wordpress.org/Editing_wp-config.php#Moving_plugin_folder
https://codex.wordpress.org/Editing_wp-config.php#Moving_uploads_folder
You must be logged in and have valid license to reply to this topic.