Can't enable the plugin with renamed wp-content folder
-
Hey, for security reasons i changed the name of the content folder. After that i can’t enable your plugin (path was not found). Fixed this in privateonly.php – changed line 32 from
$wp_content_dir = ABSPATH . 'wp_content';
to$wp_content_dir = WP_CONTENT_DIR
. Maybe this can help someone or you wan’t to change that in your code?! Have a nice day…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can't enable the plugin with renamed wp-content folder’ is closed to new replies.