Can’t disable dev mode on Redux

I’ve downloaded Redux from WP plugin repo. It tells me that the dev_mode is on and that I don’t have the latest Redux build. I’ve turned off the dev_mode in sample-config and barebones-config and nothing changed.

It works, when I install the dev mode disabler plugin, but I don’t want to have to ship it off to users together with the framework itself. I tried copying the code from the disabler plugin into my functions.php and no luck.

Read More

Any ideas?

Related posts

Leave a Reply

2 comments

  1. Go to your configation page and make 'dev_mode' => false.

    It will not exactly work if WP_DEBUG is True in your wp-config.php file.

    If you want to disable the Developer Mood in Redux then first set the WP_DEBUG to false, then go to config.php ( whatever you name your configuration file ) and set 'dev_mode' => false.