Replies: 0
Hello team,
On client websites I use the code snippet in wp-config to prevend updating and installing
define( ‘DISALLOW_FILE_EDIT’, true ); // theme, plugin
define( ‘DISALLOW_FILE_MODS’, true ); // core, plugin
With this code your plugin isn’t able to connect to the Redis folder on the server.
Is there a way to use this (or other) code and have the Redis plugin working?
Thanks sofar!
Best regards,
Tom