Plugin does not detect change in wp-content directory
-
I have renamed the wp-content directory using
define( 'WP_CONTENT_DIR', [string] )
anddefine( 'WP_CONTENT_URL', [string])
but the settings page is giving an error saying it can’t find or write to thewp-content
directory.I know the plugin has filters for advanced usage, but I have already defined the correct locations in the wp-config.php file, which should be the canonical way for the plugin to determine the correct path for its own requirements.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Plugin does not detect change in wp-content directory’ is closed to new replies.